Skip to content
This repository has been archived by the owner on Sep 15, 2018. It is now read-only.

twlevelup/watch_edition_react

Repository files navigation

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 Circle CI.

The project is continuously deployed to heroku by Travis CI

Setup

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.

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 precommit (OS X) npm run precommit (Windows)
  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://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