项目作者: buren

项目描述 :
OpenHack Uppsala slides
高级语言: JavaScript
项目地址: git://github.com/buren/openhack-uppsala.git
创建时间: 2017-06-02T15:46:00Z
项目社区:https://github.com/buren/openhack-uppsala

开源协议:

下载


Agile growth - 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

  1. gem install reveal-ck
  2. git clone git@github.com:buren/uppsala-openhack.git
  3. # Compile presentation to slides/index.html
  4. reveal-ck generate

If you want to change the server address to point to your own, change SERVER_ADDR defined in slides.md.

Compile presentation

  1. reveal-ck generate

Open slides/index.html.

Watch for changes

Start server that watches for file changes

  1. $ reveal-ck serve

Open localhost:10000.

Dependencies

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