This git repo contains all the code you need to prototype apps for the Watch. Start at the master wiki, which contains lots of useful documentation.
See the Installation Instructions
This project is continuously deployed to GitHub Pages by Circle CI. You can view this app at https://twlevelup.github.io/mel-2018-sem1-dragons/
- Check the CI build, do not pull unless it's passing!
- Run
git pull --rebase
- Fix any merge conflicts
- Run
./go pre-commit
(OS X)npm -s run test
(Windows)docker-compose -f docker-compose.test.yml up
(Docker)
- Fix any errors
- Repeat steps 2-5 until all tests have passed and all conflicts have been resolved
- Run
git push
You can access the CI server and view the status of the build here Circle CI