/dwc2014

Repo for Dev Workshop Conference 2014

dwc2014

This repository contains the slides and example files for Dev Workshop Conference 2014.

After cloning this repository, cd to the root directory and run these these commands:

git submodule init
git submodule update

This will install the Ga micro game engine that some of the later examples depend on.

Next, start a webserver in the root directory. I recommend http-server for node.

You can use any text editor or IDE you're comfortable with, but Light Table is particularly good for HTML5 development.