Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 400 Bytes

File metadata and controls

14 lines (8 loc) · 400 Bytes

Continuous Integration

Installing the presentation

npm install and bower install

Yeoman and the revealjs generator can be used to easily edit the slides. You'll need to npm install -g yeoman generator-revealjs to take advantage.

Creating a new slide

Use yo reveal:slide "slide title" to create a new slide.

Running the presentation

Just run gulp and visit localhost:9000