Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 487 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 487 Bytes

Health

This miniDApp shows the current status of the network and other general information from your node. This app requires WRITE access.

  1. Please copy the .env.example file and name the file: .env and fill out the following variables:
VITE_DEBUG_HOST=
VITE_DEBUG_MDS_PORT=
VITE_DEBUG_UID=
  1. Install by running yarn install
  2. Run the application by running yarn run dev

Alternatively, run npm run zip and then install the mds zip file in the root folder.