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
This project is continuously deployed to heroku by Circle CI.
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.
- 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
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://circleci.com/gh/twlevelup/watch_edition_react.cc.xml
You can also access the CI server and view the status of the build here Circle CI