eclipsesource / jsonforms-editor

Visual Editor for JSON Schema and JSON Forms Ui Schema
https://jsonforms-editor.netlify.app/
Other
78 stars 37 forks source link

jsonforms-editor

Editor for JSON Schema and JSON Forms Ui Schema

Build Status Netlify Status

This is a monorepo consisting of the @jsonforms/editor library component and the published JSON Forms editor app.

Live Demo

You can try a live demo of the editor on Netlify.

Setup

Build

The @jsonforms/editor library component will be located in jsonforms-editor/dist. The JSON Forms editor app will be located in app/build.

Develop

Recommended setup

Linting, formatting and import sorting should work automatically.

Scripts

Debugging in VS Code

Start the app by running npm start and start debugging in VS Code by pressing F5 or by clicking the green debug icon (launch config Chrome Debug).