Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

47 lines (31 loc) · 1.01 KB

Development environment

Setup

npm install
(cd examples && npm install)

Running test

This will run everything that CI runs:

npm test

Watch mode and local dev server(s):

npm start

This will start the following:

(If you need to change any of the ports use by the local services, edit package.json -- but remember not to commit those changes!)

CI

To do a CI run:

  • you will need docker
  • push your branch to a publicly-accessible git repo
  • Then run:
./ci/run-in-docker.sh <git repo URL> <git branch>