To run this on your own machine you need to install reveal-md
with npm:
npm install -g reveal-md
you can then host the slides like this:
reveal-md index.md --css assets/style.css
build static website:
./build.sh
If you don't have npm installed follow the instructions here.
If you are on macOS I recommend installing Node & npm via Homebrew.