Development
Run Dev
pnpm dev
# or: npm run dev
Build & Start
pnpm build && pnpm start
# or: npm run build && npm run start
Quality
pnpm lint
pnpm typecheck
Contributing
- Fork and branch
- Implement changes with focused diffs
- Open a PR with rationale and testing notes
Requirements
- Node 18+, Python 3.10+
- Modern browser (WebGL 2)
Last updated on