This site is built with Lektor.
It has a bunch of dependencies, so do npm install
and then npm run build
.
grunt
will watch for changes to your SCSS files, and also icons (see svgstore).
lektor deploy
will deploy to the gh-pages branch, putting changes live, if you have deploy permissions.