- Node.js - Tested against LTS
- NPM (installed with Node.js) - Works with versions 2 and 3.
- Redis server running on the default port
$ cd gro
$ npm install
$ npm run dev
Then visit: http://localhost:8080/
With the server running in development mode (npm run dev
), start the acceptance tests:
$ npm run test:acceptance
Phantomjs is required to run the acceptance tests (npm install phantomjs
), or alternatively, export IN_BROWSER=true
to run the tests in Firefox.
$ npm t
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the GPLv2 License - see the LICENSE.md file for details