- Pull repository
- Make sure node v16.14.2 is installed (use nvm) -
nvm install v16.14.2 && nvm use v16.14.2
npm install
(need to install gatsby beforehand)- Deploy locally -
npm run develop
- For github pages (gh-pages) deployment) -
npm run deploy
- Markdown links into the document do not work on the gatsby website locally.