This git repo contains all the code you need to prototype apps for the Proto Watch.
The wiki contains lots of useful documentation
See the Installation Instructions
The project is continuously deployed to heroku by Travis CI.
Tested with node 8.x
$ ./go setup
Visit http://localhost:8000/
from your browser of choice.
Server is visible from the local network as well.
https://twlevelup-syd-2017-s2-green.herokuapp.com/
- Check the CI build, do not commit unless it's passing!
- Run
git pull --rebase
- Fix any merge conflicts
- Run
./go precommit
(OS X)npm run precommit
(Windows) - Fix any errors
- Run
git push