Local development workspace for the 2D fighter game.
- Node.js 24
- pnpm 11
pnpm installDependencies are installed in this workspace. The local pnpm store is ignored by git at .pnpm-store/.
Run the game frontend:
pnpm devOpen:
http://localhost:5173/
The root start and dev package scripts call ./start-app.sh, which runs @workspace/flight-sim.
Run the focused rule tests:
pnpm testRun type checking:
pnpm run typecheckRun the production build:
pnpm run buildartifacts/flight-sim- React/Vite canvas game app
The game production build is written to:
artifacts/flight-sim/dist/public
Remove installed dependencies and the local pnpm store:
rm -rf node_modules .pnpm-store