This project is now powered by SvelteKit. The previous static site lives under legacy/ for reference while the new application is implemented.
npm install
npm run dev
By default the development server is available at http://localhost:5173.
npm run lint
npm run check
Both commands are also run in CI before deployment.
npm run build
The static adapter writes the final site to the build/ directory. When deploying to GitHub Pages from a project subpath you can configure the base path using the BASE_PATH environment variable:
BASE_PATH=/money-games npm run build
The provided GitHub Actions workflow already sets this variable to the repository name for project pages deployments.