Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ projects with changed files run their hooks. You can skip them for an intermedia

The hooks execute the relevant `make format-*` and `make check-*` targets, so ensure dependencies
are installed (`make prepare` or `uv sync`).

## Web UI development

If you want to run Web UI from source, install [Node.js](https://nodejs.org/) (npm is required) and run
`make build-web` once to build (and sync) the frontend.

For frontend development with hot reload, run `make web-back` and `make web-front` in separate terminals.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ git clone https://github.com/MoonshotAI/kimi-cli.git
cd kimi-cli

make prepare # prepare the development environment
uv run kimi # run Kimi Code CLI
```

Then you can start working on Kimi Code CLI.
Expand Down
Loading