Repo for my personal site. Built using Gatsby.
Hermit gives you a single command to run the site without installing Node globally.
First time: install Hermit, then from this repo:
hermit init
. bin/activate-hermit
hermit install node
npm installThen any time:
./runOr manually: . bin/activate-hermit then npm run develop. See bin/README.hermit.md for full details.
npm install
npm run developRequires Node.js and npm installed on your system.