Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.03 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.03 KB

<<<<<<< HEAD

QEC Leaderboard

Introduction

Threshold leaderboard of quantum error-correcting codes!

Backend development

Build Status Built with

Thresholds Zoo. Check out the project's documentation.

Prerequisites

Local Development

Start the dev server for local development:

docker-compose up

Run a command inside the docker container:

docker-compose run --rm web [command]

Frontend development

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