Coming soon...
npm i
Run the vite dev server and process tailwind styles concurrently:
# full game
npm run dev:full
# demo
npm run dev:demo
Open http://localhost:5173 in a browser.
Build and run the game in the electron dev environment.
# full game
npm run electron:dev:full
# demo
npm run electron:dev:demo
To build and package the game as native macOS and Windows apps:
# full game
npm run electron:pack:full
# demo
npm run electron:pack:demo