ecircdb-frontend

Frontend for the ecircdb

Setup on your local machine

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