Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 514 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 514 Bytes

sand

How to get this running:

$ git clone [email protected]:switz/sand.git

$ cd sand

$ npm install

# In a new terminal start mongodb
$ mongod

$ grunt compile

# Add environment variables GITHUB_ID, GITHUB_SECRET, and GITHUB_ORG (case sensitive)

# Add environment variable for hipchat: HIPCHAT_API

$ node server.js

# visit http://localhost:3000

Testing

# install casperjs from source (1.0.2)

# clear local database
$ grunt drop

$ casperjs test test/casper/standup.casper.coffee