To run the website locally make sure you have yarn installed.
yarn
First time setup:
yarn install
To run the site locally do:
yarn start
The site autodeploys whatever you push to GitHub.