Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 671 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 671 Bytes

linklayer-frontend-dashboard

This repository only contains the dashboard frontend, if you want to install the dashboard, the installation guide is in the backend.

Install Dashboard.

This project uses typescript, vite and react to be built.

Build

Install all dependencies

npm install

Start in dev mode

npm run dev

Build release

npm run build

When build release, public dir transpiled web

We hope you send your PR to improve this project, thanks for using it.