This repository contains the code for the "Understanding Lactose Intolerance With Ancient DNA". The website can be reached with this link.
Below is a video about how and why we designed our website:
Our repository is structured into two folders, Data and Website. "Data" includes the code needed to construct the ancientHumanData.json
file. "Website" includes all the code needed to run our website.
To run the website yourself, follow the following instructions:
- Clone this repository
- Navigate to the
Website/lactoseIntoleranceProj
directory - Run
npm install
to install all libraries (download Node.Js if you haven't already) - Run
npm run devStart
- The website should start up on
localhost:5000