Quick Start
September 5, 2026 · View on GitHub
Language: English | 中文
Quick Start
Prerequisites
- Node.js >=22.22.0
- pnpm >= 9
Local Development
# Install dependencies
pnpm install
# Start all packages (frontend + backend in parallel)
pnpm dev
- Frontend (Vite): http://localhost:5173
- Backend (Wrangler): http://localhost:8787
Starting Individually
pnpm --filter frontend dev
pnpm --filter backend dev
Common Commands
pnpm test # Run all tests
pnpm typecheck # Type checking
pnpm lint # Code linting
pnpm build # Build all packages
Deployment
See DEPLOYMENT.md.