<<<<<<< HEAD
Threshold leaderboard of quantum error-correcting codes!
Thresholds Zoo. Check out the project's documentation.
Start the dev server for local development:
docker-compose up
Run a command inside the docker container:
docker-compose run --rm web [command]
The frontend lives in the client
folder.
cd client
Before you start, make sure the requirements have been installed.
npm install
To start the frontend, run the following
npm start