You will need nodejs & npm installed to run this project.
- Open up your command line and navigate to the directory where the project is stored.
- If you don't have gatsby CLI installed run "npm install -g gatsby-cli"
- In the command line run "npm install" to install all of the dependencies
- To run the site, simple run "gatsby develop" in the command line and then open http://localhost:8000 in your browser.