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

https://github.com/drawveloper/presentations

Presentations repository
https://github.com/drawveloper/presentations

Last synced: about 1 year ago
JSON representation

Presentations repository

Awesome Lists containing this project

README

          

## Presentations

This is my personal presentations repository, and a simple presentation workflow/framework.

It uses Grunt and Livereload,
enabling you to see the changes made to your presentations immediately.

Presentations are based on the excellent [Reveal.js](https://github.com/hakimel/reveal.js).

## Usage

It is very simple to use this as a bootstrap for your own presentations! You must have [node.js](http://nodejs.org/) installed.

Simply clone the repository and install the depencies:

git clone git://github.com/gadr90/presentations.git
cd presentations
npm install
npm install -g grunt-cli

You're done! Now run grunt:

grunt

And you can access your presentations under `localhost:1990/folder/index.html`

There's a default presentation at `reveal/index.html`. You can start from there.