-
Clone this repository
git clone https://github.com/PrincetonResInDe/resinde-website.git
-
Install dependencies
Navigate into the site’s directory and install dependencies (you'll need to have NodeJS and npm).
cd resinde-website/ npm install -
Start the server
# install the gatsby CLI npm install -g gatsby-cli gatsby develop
The site is now running at http://localhost:8000!
This project was made using Gatsby.
