Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History

ui

README.md

Overview

The Kusion Developer Portal is a centralized web interface that provides streamlined management and interaction with the Kusion server through an intuitive UI.

Quick Start

Start on local

Make sure you have installed npm Install dependencies and run the frontend.

npm install
npm start

Build on local

npm install
npm run build