Note: The slides come with an open source server implementation. You can deploy it with one click over at buren/poller-server, in a few minutes, without any additional configuration.
gem install reveal-ck
git clone [email protected]:buren/openhack-gothenburg.git
# Compile presentation to slides/index.html
reveal-ck generate
If you want to change the server address to point to your own, change SERVER_ADDR
defined in slides.md
.
reveal-ck generate
Open slides/index.html
.
Start server that watches for file changes
$ reveal-ck serve
Open localhost:10000
.
- reveal-ck gem (render slides from markdown)
- Chartkick.js (easy chart rendering with google charts)
- jQuery.js