A dashboard UI for Filecoin Saturn's L1 node.
Hosted at https://dashboard.saturn.tech
npm install
npm run dev
This will start a development server for the frontend. Follow the Saturn L2 docs to setup the backend.
This dashboard apart from being served as a standalone website, is also embedded in L2 node in what is called webui mode. In this mode navigation bar is hidden and only the address page is accessible.
To develop dashboard in webui mode:
npm run dev:webui
To build dashboard in webui mode:
npm run build:webui
To preview webui dashboard build:
npm run preview:webui
This repository is connected to fleek.co and set up to:
main
branch
main
branchnpm version [major|minor|patch]
, it will create a new tag vN.N.N
, note it down)main
branch and the vN.N.N
tag to GitHub: git push --atomic origin main vN.N.N
vN.N.N
.