Setup
1.install node.js
2.install mongodb ..*mac ..brew update .. brew install mongodb
3.clone reopo
4.run npm install
5.run bower update
6.run mongod (local persistence is currently disabled so this is not needed)
7.run grunt server
go to localhost:3000
If you get compass sass errors:
install compass and sass
gem install compass
gem install sass --pre