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

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

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).