From 8cde9cb0847be7ed3d7f3cf2e62ef60e28839fd6 Mon Sep 17 00:00:00 2001 From: pancho111203 Date: Tue, 21 Jun 2016 12:46:43 +0200 Subject: [PATCH] Updated readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f2d058f..43917ca 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Checkout [JsonForms](http://github.eclipsesource.com/jsonforms) for further info ## Demo Watch JSONForms Editor in action on the [demo page](https://jsonforms-editor.herokuapp.com/). +The staging demo (for testing) can be found [here](https://jsonforms-editor-staging.herokuapp.com/). + ## Working with TypeScript #### Definitely Typed In order to work with any library in TypeScript it is recomended to use [DefinitelyTyped](https://github.com/borisyankov/DefinitelyTyped). This will provide definition files that epxose the public interface of library methods. The propsed way of working with it is to use [tsd](http://definitelytyped.org/tsd/). This can be installed via npm: @@ -35,6 +37,10 @@ The following tasks can be run from the command line: **> grunt** is currently a shortcut to start the `grunt dev` task. +**> grunt upload** uploads the current version of the repo to the staging server (for testing) + +**> grunt deploy** deploys the application to the demo page and adds a new release to the main repo + ## Setup Server