This project is built with Svelte 4 and Svelte Kit.
Other technologies used:
- TypeScript
- PostCSS (with nesting)
- XState for game logic
- Vitest for unit tests
ws
for web sockets (read more in the web socket readme)
Make sure you have pnpm
installed (brew install pnpm
on mac).
Install all dependencies
pnpm install
pnpm dev
To create a production version of your app:
pnpm build
You can preview the production build with pnpm preview
.