Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 770 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 770 Bytes

OpenHack Open Source - Slides

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.

Getting started

gem install reveal-ck
git clone git@github.com:buren/openhack-open-source.git

# Compile presentation to slides/index.html
reveal-ck generate

Compile presentation

reveal-ck generate

Open slides/index.html.

Watch for changes

Start server that watches for file changes

$ reveal-ck serve

Open localhost:10000.

Dependencies

  • reveal-ck gem (render slides from markdown)
  • Chartkick.js (easy chart rendering with google charts)
  • jQuery.js