A small browser game prototype built with TypeScript and Vite.
- Node.js 18+
- npm
npm install
npm run devOpen the local URL shown by Vite (usually http://127.0.0.1:5173).
npm run build
npm run previewIf you want to use the Meshy artwork tooling, create a local .env file from .env.example and set:
MESHY_API_KEY=your_real_api_keyThen run:
npm run art:meshy