/social-engineering-for-good

A talk on some techniques tech folks can use to work better with the people around them.

Primary LanguageJavaScript

software-engineering-for-good

(not evil)

A talk for the tech-inclined about a few ways to go beyond the tech itself.

You don't even have to pull this repo down to view the slides, thanks to GitHub pages. Bam! http://scottnonnenberg.github.io/social-engineering-for-good/dist/slides.html

But if you want to pull it local, it's ready to go without any changes. Just open dist/slides.html in your browser:

open dist/slides.html

making changes

getting set up

npm install
bower install

To re-generate slides.html:

npm install -g grunt # (if you don't already have it)
grunt jade

To integrate the latest versions of other dependencies into /dist

gem install juicer # (sinon build requires it)
./dist.sh

compile as you edit!

grunt watch