Scripts for deploying the wiki to gh-pages
Setup
./install.sh
npm install -g gatsby
npm install
To Run Locally
./local.sh
.
This will update your local copy from the main wiki repo, and serve it on localhost:8000
.
When satisfied with your changes, run ./print.sh
To Update the Gatsby-Wiki Repo
(hopefully after having 'printed')
./deploy.sh