Skip to content

goinvo/PrecisionMedicineMap

Repository files navigation

precisionmedicine.is

An interactive timeline of the history of precision medicine.

Getting started

Install Node

This project uses NodeJS at its core.

Clone repository

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

Install project dependencies

$ cd /precisionMedicineTimeline
$ npm install

Start it up

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