Skip to content
This repository was archived by the owner on Jun 25, 2018. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down