Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 418 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 418 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.