The little engine that could (and does!) run KnightHacks.org and related services. Somehow.
# 1. Install Node 0.12+ or Iojs, MySQL server, bower
# 2. Create a database named `hack` and import structure.sql into it
# 3. Run:
./install
node --harmony index.js
# 1. Install Node, bower
cd frontend/
npm install
bower install
gulp