An interactive timeline of the history of precision medicine.
This project uses NodeJS at its core.
Use the command line or your GitHub app to clone this project repository to your machine. When using the command line, make sure you're already in the folder you want the project downloaded to.
$ git clone https://github.com/goinvo/precisionMedicineTimeline
$ cd /precisionMedicineTimeline
$ npm install
In one terminal, start up the server. Give it a few seconds, and then head on over to http://localhost:1337/ and you should see your instance of the working website.
$ node server
In another terminal, start up the watch task.
$ grunt