This project is here to make developing subschema itself more convenient.
While most of the time, I write tests in subschema/test, to develop new functionality it is often useful to test things in the demo.
In this case you should use this.
I try to make writing subschema apps easy, I haven't tried so hard to make writing subschema easy, this project is an attempt to fix this.
NPM 3.10.x - There are known issues with npm2 and issues with npm 5.
$ npm install yarn@latest -g
- node > 6 - Seems to be fine on node 6 and up.
$ git clone [email protected]:subschema/subschema-devel.git
$ yarn install
$ ./node_modules/.bin/lerna --force-publish=*
$ yarn run demo