Simple TERA project viewer and editor.
This project is intended as a simple proof-of-concept for the @iebh/tera-fy and TERA projects.
Its designed to be as simple as possible - opening a project in a raw JSON editor and allowing read-time edits to data which should replicate to any other instances subscribed to those data flows.
Tech stack
- ViteJS - Frontend framework
- @iebh/tera-fy - Data layer providing the active project entity to work with
- json-editor-vue - JSON editor UI
- Clone the Git Repo
git clone [email protected]:IEBH/TERA-explorer.git
cd TERA-explorer
- Install all NPM modules
npm ci
- Run Vite in dev mode
npm start