No description
  • JavaScript 67.5%
  • Mustache 29.9%
  • HTML 1.6%
  • Less 1%
Find a file
2012-02-26 01:12:10 -08:00
api Give contexts API keys. 2012-02-26 01:02:03 -08:00
site Hmm, aparently I need to pass something here? 2012-02-26 01:12:10 -08:00
spec Finish up documentation. 2012-02-09 03:00:35 -08:00
.gitignore Fix achievment rendering. 2012-02-22 06:22:54 -08:00
package.json Give contexts API keys. 2012-02-26 01:02:03 -08:00
README.md Update README.md 2011-12-21 02:43:31 -08:00
server.js Give contexts API keys. 2012-02-26 01:02:03 -08:00

Setup

  • Install Node (http://nodejs.org/)
  • Install mongodb (http://www.mongodb.org/)
  • Run a mongodb instance
  • Clone the LevelUp repository
  • In the repository directory, run 'npm install' to install node dependencies
  • Run the server: 'node server.js'
  • Run the test suite: 'node_modules/jasmine-node/bin/jasmine-node --color spec/'
  • All tests should complete successfully

About

This is a thing.