cookie-tap

Cookie Clicker - Enhanced Edition

A SvelteKit-based cookie clicker game deployed to GitHub Pages.

Development

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

Deployment

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/

Architecture

This project follows ADRs (Architecture Decision Records):

Legacy

The original single-file PWA implementation is preserved in legacy/ for reference during migration.

License

MIT