1. Deploy a second instance of the api app to Heroku to use as a staging and User Acceptance Testing environment - _DONE_ 2. Create a CONTRIBUTING.md document to list rules and steps for contributing code to this repository - _DONE_ 3. Build out a unit test suite for the domain logic in the client-side Javascript code 4. Document a series of manual UI regression tests to be run before deploying to production - _DONE_ 5. Automate the UI tests using a Selenium-based browser automation framework 6. Set up Travis CI to automatically detect new commits to the repo, check out the code, run tests, and deploy. - _DONE_