No description
- JavaScript 67.5%
- Mustache 29.9%
- HTML 1.6%
- Less 1%
| api | ||
| site | ||
| spec | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| server.js | ||
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.