Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 477 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 477 Bytes

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