sononix / revealjs-jade

fork of reveal.js using jade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reveal.js Build Status

A framework for easily creating beautiful presentations using HTML. Check out the live demo. This is a fork but using Jade as the templating language.

All templates can be found in the jade folder and changes to slide should be made there.

sudo git clone https://github.com/sononix/revealjs-jade.git
npm install

after the installing dependencies all you need to do it fire up grunt

grunt serve 

edit or clone the template in the jade folder and view your creation at - note live reload has also been implemented

http://127.0.0.1:8000 

Defaults can be easily change in the Grunt.js file...

About

fork of reveal.js using jade

License:MIT License


Languages

Language:JavaScript 62.2%Language:CSS 37.7%Language:PHP 0.0%