We make game 2023
- Clone the repository
npm install
npm run dev
- You need Chrome installed
- Hit F5 to debug
- This will launch Vite and Chrome
- You can now add breakpoints in VS Code
- Hit Shift+F5 twice to stop debugging
npm run build
- Build goes to
/dist
directory