Skip to content

sinan-aumarah/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.

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

About

A smartwatch simulator, built in ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.0%
  • CSS 6.2%
  • Shell 5.3%
  • HTML 0.5%