/SydBuild2017S2_Green

Primary LanguageJavaScriptMIT LicenseMIT

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

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.

Production

https://twlevelup-syd-2017-s2-green.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 precommit (OS X) npm run precommit (Windows)
  5. Fix any errors
  6. Run git push