- Clone repository
- Install dependencies:
pnpm install - Environment setup:
- Backend: Copy
.env.exampleto.env - Frontend: Copy
.env.local.exampleto.env.local
# Development
pnpm dev # All services
pnpm frontend:dev # Frontend only
pnpm backend:dev # Backend only
# Build
pnpm build # All services
pnpm frontend:build # Frontend only
pnpm backend:build # Backend only
# Other
pnpm format # Format code
pnpm lint # Lint code
pnpm start # Start production