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

go run . -v

Now 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:8090

This repository is a forked of komoplane repository.

About

Resources

License

Contributing

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages

  • TypeScript 78.5%
  • Go 18.3%
  • JavaScript 1.7%
  • Smarty 0.6%
  • Dockerfile 0.4%
  • Makefile 0.4%
  • Other 0.1%