jspears / subschema-devel

Subschema Development Repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subschema Devel

Build Status

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.

demo

Requirements

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.

Installation

  $ git clone  git@github.com:subschema/subschema-devel.git
  $ yarn install

Publishing

 $ ./node_modules/.bin/lerna --force-publish=*
 $ yarn run demo

About

Subschema Development Repo

License:MIT License


Languages

Language:JavaScript 99.9%Language:CSS 0.1%Language:Objective-C 0.0%Language:Python 0.0%Language:Java 0.0%Language:Shell 0.0%