Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 820 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 820 Bytes

Presentations

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

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

Presentations are based on the excellent Reveal.js.

Usage

It is very simple to use this as a bootstrap for your own presentations! You must have node.js installed.

Simply clone the repository and install the npm 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:9001/folder/index.html