TERA-explorer

November 1, 2023 ยท View on GitHub

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

Running locally

  1. Clone the Git Repo
git clone git@github.com:IEBH/TERA-explorer.git
cd TERA-explorer
  1. Install all NPM modules
npm ci
  1. Run Vite in dev mode
npm start