To install the Skycluster Dashboard please refer to the SkyCluster docs.
- Run the frontend
pkg/frontend
. Check out Readme.md. - Run the backend
pkg/backend
using:
# go version 1.22
export GO_ENV=dev
go mod tidy
ro run . -v
Now you can access the backend at localhost:8090/api
using curl and frontend at localhost:5173
.
This repository is a forked of komoplane repository.