0.1.1 • Published 7 years ago

synq-ui v0.1.1

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

CircleCI Coverage Status

synq-ui

Dev Setup

The instructions below are the bare minimum to setup a local dev environment.

synq-ui

synq-ui is currently not deployed to npm. It will be deployed to npm before the demo 14 Dec 2017.

  • Clone repo
  • npm install
  • npm run build
  • npm link
  • npm run build:watch

doppelganger

DO NOT COMMIT DIRECTLY TO MASTER. Master is pulled by Heroku automatically so any pushes to master using synq-ui before it is published to npm will cause errors.

  • Clone repo
  • yarn install
  • npm link synq-ui (should be from previous steps, you only need to run npm link once, npm link synq-ui needs to be run every time you close the terminal)
  • yarn start