QCon SF 2014

Slides for my QCon 2014 Talk. Eventually I'll make this a repeatable, worthwhile talk template for myself. Right now it's total crazy garbage in that single jade file. But you can pull it down and see the slides if you want.

A Bespoke.js presentation. Content Copyright 2014 Coleman Collins

View slides locally

First, ensure you have the following installed:

  1. Node.js
  2. Bower: $ npm install -g bower
  3. Gulp: $ npm install -g gulp

Then, install dependencies and run the preview server:

$ npm install && bower install
$ gulp serve