https://github.com/shime/presentary
open source presentations for the masses
https://github.com/shime/presentary
Last synced: 12 months ago
JSON representation
open source presentations for the masses
- Host: GitHub
- URL: https://github.com/shime/presentary
- Owner: shime
- License: unlicense
- Created: 2014-03-11T09:09:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-11T09:20:26.000Z (over 12 years ago)
- Last Synced: 2025-05-18T01:36:10.783Z (about 1 year ago)
- Language: JavaScript
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Presentary
Open source slides and presentations!
## About
We had enough of your fancy closed source presentations, let's make them open source!
## Technical stuff
We're using [EmberJS](http://emberjs.com/) to back up our JS. Schema for the slides is currently
available inside `slides.json`, which is loaded initially. After that, each slide is loaded from its
path and converted from Markdown to HTML.
## Getting started
```
npm install
node bin/server
```
## Unlicense
This repository and its contents belong to the public domain.
It has been released under the [UNLICENSE](https://github.com/shime/presentary/blob/master/UNLICENSE).