Skip to content

tribute/tribute-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tribute Web

Build Status

Dev Setup

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

Run tribute-api with GITHUB_KEY=... GITHUB_SECRET=... rackup.

Then, run tribute-web.

coffee app.coffee

Navigate to http://localhost:9293.

Tests

cake test

Debug app in test mode.

cake assets:fast
NODE_ENV=test coffee app.coffee