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