Skip to content

iUnstable0/cookie-clicker

Repository files navigation

Cookie clicker

Try the live demo!

https://cookie.iunstable0.com

part of a program by Hack Club called Midnight (https://midnight.hackclub.com) where you build on any projects for 50 hours and earn a spot to their in person hackathon in Vienna :D

CleanShot 2025-11-19 at 00 12 10@2x

CleanShot 2025-11-19 at 00 13 47

or run locally:

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Build:

npm run build
# or
yarn build
# or
pnpm build
# or
bun build

Run the production server:

npm start
# or
yarn start
# or
pnpm start
# or
bun start

Should be on port 3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published