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

Latest commit

 

History

History
41 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.06 KB

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