Install Node and npm. Then run
$ npm install
If you're running OSX, install brew.
If you don't have mongo
$ brew install mongo
Run mongod to make sure everything is good
Clone the repository and push up a branch to this repository. The best way to get setup is by checking out the development branch and checking out your branch based on those changes.
A guide to get your development environment set up