Built using Gatsby and ReactJS. Deployed using Netlify
Follow the steps below to build the site locally on your machine.
-
Fork this repo
-
git clone to a folder on your hard drive
-
cd into the cloned repo
-
Install Gatsby:
npm install gatsby-cli
-
install all the npm packages
npm install
-
build the site locally
npm run develop
-
open up a browser and go to
localhost:8000
Any updates that you make to the site will update here in real time when you hit save.