Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 363 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 363 Bytes

MMS5 Layer 0 Admin Dashboard

Webapp GUI allowing admins to inspect and edit MMS5 named graphs.

Install

For NPM users:

npm i

For Yarn:

yarn install

Setup

Edit the file .env.dev with the appropriate variables set (defaults are for local test setup):

Running

For NPM users:

npm run dev

For Yarn:

yarn dev