This repository contains the source for the slides that appear in this video:
This repository only contains the source of the presentation. If you wanted to view it, you'd have to build it-- and the repository does contain a Rakefile that has instructions to do just that.
If you wanted to build the presentation on your machine, you'd type:
bundle
rake
And then you'd open a browser to the resulting html:
open slides/index.html
Or you could start up the built-in webserver and look at that:
reveal-ck serve
open http://localhost:10000
These slides are built with reveal-ck.
reveal-ck lets you author slides in Markdown, Textile, Haml, or Slim. These particular slides were created with Haml.
If you have questions about reveal-ck, check out the reveal-ck wiki.
If you have questions about haml, check out http://haml.info/.