Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/georgeosddev/slidepad

HTML Slide Generator.
https://github.com/georgeosddev/slidepad

big coffeescript deckjs docpad html5-slides impress slide-template

Last synced: 3 months ago
JSON representation

HTML Slide Generator.

Awesome Lists containing this project

README

        

# Slidepad
Slidepad makes it easy to create HTML5 slides with major HTML5 slide templates and Docpad server.
Once You write document in markdown syntax, it becomes HTML5 Slides.

[Demo](http://slidepad.herokuapp.com/)

## Getting Started
1. quick start

``` bash
git clone git://github.com/georgeOsdDev/slidepad.git
cd slidepad
npm install
node ./node_modules/docpad/bin/docpad-server
```

1. or install docpad as global command

``` bash
git clone git://github.com/georgeOsdDev/slidepad.git
cd slidepad
npm install
npm install -g docpad
docpad run
```

1. [Open http://localhost:9778/](http://localhost:9778/)

1. Start hacking away by modifying the `src` directory

* * *

## Dependencies

### flamework
[Docpad](https://github.com/bevry/docpad)
[Twitter Bootstrap](http://twitter.github.com/bootstrap/)

### Slide Template
[big](https://github.com/tmcw/big/)
[deck.js](http://imakewebthings.com/deck.js/)
[html5slides](http://code.google.com/p/html5slides/)
[impress.js](https://github.com/bartaz/impress.js/)