LevelUp Watch Edition App Development Environment

Build Status

This git repo contains all the code you need to prototype apps for the Proto Watch.

The wiki contains lots of useful documentation

Installation

See the Installation Instructions

Continuous Integration

This project is continuously deployed to heroku by Travis CI. You can view this app at https://twlevelup-melb-2017s1-jade.herokuapp.com/

Before you commit

  1. Check the CI build, do not commit unless it's passing!
  2. Run git pull --rebase
  3. Fix any merge conflicts
  4. Run ./go pre-commit (OS X) npm -s run test (Windows) docker-compose -f docker-compose.test.yml up (Docker)
  5. Fix any errors
  6. Run git push

Checking the build status

To view the build status and get notifications about the build status:

Add the following XML config to CCTray or CCMenu on your dev machine

https://api.travis-ci.org/repos/twlevelup/melb_2017s1_watch_jade/cc.xml

You can also access the CI server and view the status of the build here Travis CI