This is an example template. To try it out do the following:
- Clone this repo
- Run
npm install
- Run
npm run dev
- You should see a URL where your game shows up
{
"scripts": {
"dev": "vite", // start dev server
"build": "vite build", // build for production
"serve": "vite preview" // locally preview production build
}
}