The slides are written in markdown format in one file per section named
slides.md
. If markdown isn't your thing and you want to see them as originally
presented in the browser you need to do the following:
- Install Ruby
- Install Ruby's bundler
- Run
bundle install
- Run
reveal-ck generate
- Run
reveal-ck serve
One day I may change this to run statically or host it.