Skip to content

Files

Latest commit

c8aafe8 · Apr 2, 2025

History

History
33 lines (21 loc) · 417 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 417 Bytes

Entity Developer Dashboard

A VueJs based dashboard for developers to manage their tenants and API keys

Manual

Install

Node Version: 14.21.3

git clone https://github.com/hypersign-protocol/entity-developer-dashboard #Pull the repo
cd studio/client
yarn

Build & Run

Prod

yarn build
yarn serve

Dev

npm run dev

Make sure you have .env file.