Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 486 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 486 Bytes

Contributing

I (paulelliott) am actively maintaining this project. If you would like to contribute, please fork the project, TDD your changes with rspec on a feature branch, and submit a pull request.

To run rake successfully:

  1. Clone the project
  2. Install and run necessary databases (mongodb, neo4j, sqlite3)
  3. Install bundler (gem install bundler)
  4. Run bundle from the project root
  5. Run rake and the test suite should be all green!