To install the Skycluster Dashboard please refer to the SkyCluster docs.
- Run the frontend
pkg/frontend. Check out Readme.md. - Run the backend
pkg/backendusing:
# go version 1.22
export GO_ENV=dev
go mod tidy
go run . -vNow you can access the backend at localhost:8090/api using curl and frontend at localhost:5173. When accessing for development purposes make sure both ports are accessible within the development environemnt; e.g.:
ssh dev-server -L5173:localhost:5173 -L8090:localhost:8090This repository is a forked of komoplane repository.