These are @avendael's slides for Introduction to Volley, 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" --markdownSlides are written in markdown because ezmode.
You can deploy to github pages if you have commit access to this repository:
$ grunt deployDone.
You can view the finished product in http://padc.github.io/volley-slides