Skip to Content
DocsDevelopment

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

  1. Fork and branch
  2. Implement changes with focused diffs
  3. Open a PR with rationale and testing notes

Requirements

  • Node 18+, Python 3.10+
  • Modern browser (WebGL 2)
Last updated on