@siteboon/claude-code-ui 1.8.3 → 1.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -1
- package/dist/assets/index-CeR_JfKq.js +895 -0
- package/dist/assets/index-Co7ALK3i.css +32 -0
- package/dist/index.html +4 -4
- package/package.json +5 -1
- package/dist/assets/index-BNGSzSdr.css +0 -32
- package/dist/assets/index-BZctMHnE.js +0 -900
package/README.md
CHANGED
|
@@ -59,7 +59,17 @@ A desktop and mobile UI for [Claude Code](https://docs.anthropic.com/en/docs/cla
|
|
|
59
59
|
- [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) installed and configured, and/or
|
|
60
60
|
- [Cursor CLI](https://docs.cursor.com/en/cli/overview) installed and configured
|
|
61
61
|
|
|
62
|
-
###
|
|
62
|
+
### One-click Operation (Recommended)
|
|
63
|
+
|
|
64
|
+
No installation required, direct operation:
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
npx @siteboon/claude-code-ui
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
Your default browser will automatically open the Claude Code UI interface.
|
|
71
|
+
|
|
72
|
+
### Local Development Installation
|
|
63
73
|
|
|
64
74
|
1. **Clone the repository:**
|
|
65
75
|
```bash
|