The Hackthon Dashboard System
Clone the repo to your machine. Navigate to the project's folder and install NPM dependencies:
npm install
After that, install Bower dependencies:
bower install
Simply fire up server.js
:
node server
I should work on it.