CLAUDE.md
Project Overview
Build Commands
# Install dependencies
yarn install
# Start development server
npm run dev
# or: vitepress dev Docs
# Build for production (includes gzip compression)
npm run build
# Build without compression
npm run buildStart
# or: vitepress build Docs
# Preview production build
npm run serve
# or: vitepress serve Docs
# Compress static files with gzip (runs automatically after build)
bash ./compress_gz.shProject Structure
Content Format
Key Configuration Files
Theme Features
Deployment
Common Tasks
Last updated
Was this helpful?