Personal Website http://christian.sterzl.info
Builds and runs the server in normal mode
grunt
For developing run it with
grunt debug
Creating a release trigger
grunt release
## Updating dependencies
grunt update
The server needs harmony enabled. Run with
node --harmony server.js
The port is chosen by the environment variable LISTEN. You can also specify a unix port for it.