Skip to content

switz/sand

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sand

How to get this running:

$ git clone git@github.com: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

About

Enable users to submit their daily standups

Resources

Stars

1 star

Watchers

2 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 91.1%
  • CSS 8.1%
  • CoffeeScript 0.8%