Currently most everything is taking place in src/index.html
however, things will chance once each view is widget-ized.
$ git clone [email protected]:naterkane/deutsche-policy-portal.git deutsche && cd deutsche
$ npm install
for testing uncompiled
$ grunt connect:test
for testing distribution copy ( which still needs attention )
$ grunt build
$ grunt server:dist
and that should about do it for now.
more utility commands can be found in the Gruntfile