A countdown timer app.
Set production environment
$ heroku config:add GOLIATH_ENV=productionSet production Pusher's configuration
$ heroku config:add PUSHER_APP_ID=app_id PUSHER_KEY=key PUSHER_SECRET=secretreplacing app_id, key and secret with your app's configuration details.
To start app server run
$ GOLIATH_ENV=development foreman startIf it doesn't work maybe you should install foreman
$ gem install foremanTo start console run
$ bundle exec irb -r ./sveglia.rbTo run specs
$ rake specTo run jasmine specs
$ rake jasmine:ciRepo for this project adopts git flow branching model.