This project is a customized solution based on the kubesphere/console project, providing a self-hosted cloud platform that helps users comprehensively understand and control the system's runtime status and resource usage through a visual Dashboard and feature-rich ControlHub.
npm install -g yarn
yarn install
Create an .env file with the following
AUTH_TOKEN=xxxx
ACCOUNT=webos-acount
Create an local_config.yaml file with the following
server:
apiServer:
url: https://dashboard.webos-acount.olares.com
wsUrl: https://dashboard.webos-acount.olares.com
- Server
yarn dev:server
- Dashboard
yarn dev:dashboard
- System
yarn dev:system
yarn lint
yarn format
- Server
yarn build:server
- Dashboard
yarn build:dashboard
- System
yarn build:system
yarn vp