https://github.com/buren/openhack-gothenburg
Slides for OpenHack Gothenburg 2017
https://github.com/buren/openhack-gothenburg
openhack slides
Last synced: 3 months ago
JSON representation
Slides for OpenHack Gothenburg 2017
- Host: GitHub
- URL: https://github.com/buren/openhack-gothenburg
- Owner: buren
- Created: 2017-10-06T13:48:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T15:25:52.000Z (over 3 years ago)
- Last Synced: 2025-01-20T04:19:06.065Z (4 months ago)
- Topics: openhack, slides
- Language: JavaScript
- Homepage: http://jacobburenstam.com/openhack-gothenburg/
- Size: 2.22 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenHack Hackathon - 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-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`.
## 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