JavaScript/Three.js browser game prototype built with Vite.
npm installinstalls dependencies.npm run devstarts the local dev server.npm run buildcreates the production build.npm run test:unitruns Vitest unit tests.npm run test:e2eruns Playwright browser smoke tests.npm testruns unit tests and browser smoke tests.
Playwright is configured to use the system Chrome browser via channel: 'chrome'.