Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 524 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 524 Bytes

christian.sterzl.info

Personal Website http://christian.sterzl.info

Building

Build

Builds and runs the server in normal mode

grunt

Developing

For developing run it with

grunt debug

Release

Creating a release trigger

grunt release

## Updating dependencies

grunt update

Server starting

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.