jaganathanb / jsonforms-editor

Visual Editor for JSON Schema and JSON Forms Ui Schema

Home Page:https://jsonforms-editor.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Setup

  • npm ci
  • npm run init

Build

  • npm run 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

  • Node >= 12
  • Visual Studio Code
  • Install recommended extensions

Linting, formatting and import sorting should work automatically.

Scripts

  • Start the app with npm start
  • Run unit tests with npm run test
  • Run UI tests with npm run cypress:open

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).

About

Visual Editor for JSON Schema and JSON Forms Ui Schema

https://jsonforms-editor.netlify.app/

License:Other


Languages

Language:TypeScript 63.7%Language:CSS 28.2%Language:JavaScript 6.7%Language:HTML 1.4%Language:Shell 0.0%