Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 410 Bytes

File metadata and controls

30 lines (15 loc) · 410 Bytes

HDS JSONFroms APP Viewer

Viewer and tester for translating HDS model data to jsonforms.io

Inspiration from: https://github.com/eclipsesource/jsonforms-react-seed

Stack

  • Vite + React + TypeScript

Run locally

npm dev   

Then open http://localhost:5173.

Build

First run script/setup.sh to setup dist/ folder which is bound to gh-pages branch

npm build