- Download and Install MongoDB (or use a remote mongo instance)
- Fork and clone the repo
- Create a new branch with a descriptive name of your change
- Run
npm install
- Configure mongo in your environment:
- MONGOHQURL='mongodb://localhost:27017/fiddles' or something similar
- Run
npm start
- Make your changes
- Run
npm test
- If the tests pass then commit
- Submit a PR and ensure that TravisCI tests pass