- dev: Start Vite dev server
- build: Production build
- preview: Preview production build
- test:e2e: Run Playwright tests (install browsers first)
npm install
npm run devnpm run build
npm run previewnpx 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.jsonrewrites
- Playwright tests verify core rules per
docs/game-specification.md. - Progress and changelog are tracked in
project-status/.