This project contains the web application code for the Crispr / Cas9 project
- Clone this repo:
$ git clone https://github.com/emepyc/project-score
$ cd project-score
- Install all dependencies:
$ yarn install
- Start the application
$ yarn start
- To build the project
$ yarn build