curl https://raw.github.com/creationix/nvm/master/install.sh | sh
source ~/.bash_profile
nvm install v0.10.10
npm install -g nodemon
npm install -g mocha
npm install -g coffee-script
npm update
Run tribute-api with GITHUB_KEY=... GITHUB_SECRET=... rackup
.
Then, run tribute-web.
coffee app.coffee
Navigate to http://localhost:9293.
cake test
Debug app in test mode.
cake assets:fast
NODE_ENV=test coffee app.coffee