Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 794 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 794 Bytes

Campus DevCon 10-2014

These are @avendael's slides for Campus DevCon 2014, generated with yo reveal.

Building

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.

Slides

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.

Deploying

You can deploy to github pages if you have commit access to this repository:

$ grunt deploy

Done.

Web access

You can view the finished product in http://padc.github.io/campus-devcon-10-2014