This repository only contains the dashboard frontend, if you want to install the dashboard, the installation guide is in the backend.
This project uses typescript, vite and react to be built.
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.