A SvelteKit-based cookie clicker game deployed to GitHub Pages.
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
The app is automatically deployed to GitHub Pages via .github/workflows/deploy-pages.yml when pushing to the main branch.
Live URL: https://xcluezy7.github.io/cookie-tap/
This project follows ADRs (Architecture Decision Records):
@sveltejs/adapter-static for GitHub Pages deploymentsrc/lib/game/* modules (pending migration)cookieClickerSave migration (pending)The original single-file PWA implementation is preserved in legacy/ for reference during migration.
MIT