An open API service indexing awesome lists of open source software.

https://github.com/buren/openhack-open-source

OpenHack - Open source talk slides
https://github.com/buren/openhack-open-source

openhack slides

Last synced: 3 months ago
JSON representation

OpenHack - Open source talk slides

Awesome Lists containing this project

README

        

# 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](https://github.com/buren/poller-server), in a few minutes, without any additional configuration.

## Getting started

```bash
gem install reveal-ck
git clone [email protected]:buren/openhack-open-source.git

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

## Compile presentation

```bash
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