Skip to content

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