$ npm install -g brunch
$ npm install -g bower
$ npm install -g supervisor
$ npm install -g coffee-script$ git clone git@github.com:funamushi/fmushi.git
$ cd fmushi
$ npm install
$ brunch w -s$ createuser fmushi
$ createdb -O fmushi fmushi_development$ ./node_modules/.bin/sequelize -m --coffee$ coffee seeds.coffee$ npm testor
$ mocha test/server/path/to/file$ karma start karma.coffee$ git push heroku master