Skip to content

activecell/non-block-party

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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