- dev: Start Vite dev server
- build: Production build
- preview: Preview production build
- test:e2e: Run Playwright tests (install browsers first)
npm run build
npm run preview
npx playwright install
npm run test:e2e
- Push to GitHub/GitLab/Bitbucket
- In Vercel, New Project → Import this repo
- Framework preset: Vite
- Build Command:
npm run build
- Output Directory:
dist
- SPA routing enabled via
vercel.json rewrites
- Playwright tests verify core rules per
docs/game-specification.md.
- Progress and changelog are tracked in
project-status/.