git clone [email protected]:cornellius-gp/cornellius-gp.github.io.git
cd cornellius-gp.github.io
git checkout devMake sure to check out the dev branch!
brew install node
npm install -g npmAdd the following to your bashrc (or zshrc)
export PATH="$HOME/.npm-packages/bin:$PATH"- Install packages
npm inpm startIt should open up http://localhost:1337
npm run deploy