This repository is published as a website via GitHub Pages here: https://www.xoid.net
-
Follow the install guide for jekyll here, which involves installing Ruby, RubyGems, and some other stuff.
-
cd
into the repo and runbundle exec jekyll serve
this meant I didn't have a json gem available, so I installed it with bundle add json
and then bundle install