Frontend for the ecircdb
- Clone the Repository
$ git clone https://github.com/EnsemblGSOC/ecircdb-frontend.git ecircdb-frontend
$ cd ecircdb-frontend
- Install dependencies
$ yarn install
- Install Genoverse in the public folder
$ cd public
$ git clone https://github.com/wtsi-web/Genoverse.git Genoverse
- Start server
$ yarn start
- Visit
localhost:3000