Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chakrit/versez
TBA
https://github.com/chakrit/versez
Last synced: about 20 hours ago
JSON representation
TBA
- Host: GitHub
- URL: https://github.com/chakrit/versez
- Owner: chakrit
- Created: 2011-12-21T13:55:54.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-25T12:22:32.000Z (over 12 years ago)
- Last Synced: 2024-04-14T13:21:09.526Z (7 months ago)
- Language: JavaScript
- Homepage: http://versez.heroku.com
- Size: 184 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`./configure` or `./configure --global` after cloning to set things up (submodules, tools build, npm install etc.)
`make` or `node app.js` to start local dev server.
`make redis` to start redis server.
`make test` or `vows tests/*` to run tests.# TODO
* Fix 0.4.7 build error
# Test HOW-TO
* `make test` or `vows tests/*` to run all the tests.
* `make spec` or `vows tests/* --spec` to gets detailed report.
* `vows tests/model.js --spec` to run only the `model.js` tests with detailed report.