Skip to content
/ chopped Public

🧺 Random basket generator inspired by Food Network's Chopped

License

Notifications You must be signed in to change notification settings

rxgx/chopped

Repository files navigation

Chopped simulator

codecov

Quick start

If you don't have NodeJS installed, I recommend using Volta:

volta install node

Install dependencies:

npm ci

Run the NextJS development server:

npm run dev

Create a static build and host it:

npm run build
serve -l 3000 ./out

Resources