These are @avendael's slides for Campus DevCon 2014, generated with yo reveal
.
Optional:
- Install yeoman globally:
npm install -g yeoman
- Install the reveal generator globally:
npm install -g generator-reveal
Mandatory:
- Install grunt-cli globally:
npm install -g grunt-cli
Just run grunt
in the root project directory.
If you installed yeoman and the reveal generator, you can add slides by doing
$ yo reveal:slide "Slide title" --markdown
Slides are written in markdown because ezmode.
You can deploy to github pages if you have commit access to this repository:
$ grunt deploy
Done.
You can view the finished product in http://padc.github.io/campus-devcon-10-2014