https://github.com/georgeosddev/slidepad
HTML Slide Generator.
https://github.com/georgeosddev/slidepad
big coffeescript deckjs docpad html5-slides impress slide-template
Last synced: about 1 year ago
JSON representation
HTML Slide Generator.
- Host: GitHub
- URL: https://github.com/georgeosddev/slidepad
- Owner: georgeOsdDev
- License: other
- Created: 2012-07-29T09:59:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T08:38:00.000Z (about 6 years ago)
- Last Synced: 2025-03-24T03:23:58.828Z (about 1 year ago)
- Topics: big, coffeescript, deckjs, docpad, html5-slides, impress, slide-template
- Language: CoffeeScript
- Homepage: http://slidepad.herokuapp.com/
- Size: 640 KB
- Stars: 26
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)