# generator-reveal-markdown
==================

Yeoman generator for [reveal.js][reveal-url] presentation from markdown files

## Prerequisites ##

1. Install [yeoman](http://yeoman.io/): `npm install -g yo`
2. Install __this__: `npm install -g generator-reveal-markdown`

> prepend with `sudo` if you are running on `*nix` OS.

## Use `generator-reveal-markdown` ##

`yo reveal-markdown`

Answer questions as prompted.

## Customisation ##

Modify slides.md to add your own content. 

To view presentation, use grunt: `npm install && grunt serve`


[reveal-url]: https://github.com/hakimel/reveal.js
