Skip to content

skycluster-project/skycluster-dashboard

 
 

Repository files navigation

SkyCluster Dashboard

Installation

To install the Skycluster Dashboard please refer to the SkyCluster docs.

Manual Deployment

  • 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.

Languages

  • TypeScript 74.9%
  • Go 21.1%
  • JavaScript 2.0%
  • Smarty 0.7%
  • Makefile 0.5%
  • Dockerfile 0.5%
  • Other 0.3%