To run locally:
Install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install node & npm
brew install node
git clone https://github.com/nateve/hackathon.git hackathon
Install dependencies and build
npm install
npm start
Express will serve the project at http://localhost:3000/
This project was built from an an example express application that accompanies the article Creating a basic site with node.js and Express.