@maudecode/cove 1.0.2 → 1.2.1
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 +13 -7
- package/dist/assets/index-BPhQ3RZa.js +421 -0
- package/dist/assets/index-IJjhcNc8.css +1 -0
- package/dist/index.html +9 -6
- package/dist/manifest.json +24 -0
- package/package.json +1 -1
- package/dist/assets/index-Bn8aUAq0.js +0 -417
- package/dist/assets/index-NMo4OSLa.css +0 -1
package/README.md
CHANGED
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
<p align="center">
|
|
16
16
|
<a href="#-features">Features</a> •
|
|
17
17
|
<a href="#-quick-start">Quick Start</a> •
|
|
18
|
-
<a href="#-
|
|
19
|
-
<a href="#-
|
|
18
|
+
<a href="#-development">Development</a> •
|
|
19
|
+
<a href="#-contributing">Contributing</a>
|
|
20
20
|
</p>
|
|
21
21
|
|
|
22
22
|
---
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
- **Debug** — RPC tester, event stream, connection diagnostics
|
|
43
43
|
|
|
44
44
|
### 🎨 Customization
|
|
45
|
-
- **
|
|
45
|
+
- **12 themes** — Light, Dark, Nord, Dracula, Catppuccin, Tokyo Night, and more
|
|
46
46
|
- **System sync** — Automatically switches with your OS preference
|
|
47
47
|
- **Font options** — System, Geist, Inter, JetBrains Mono, OpenDyslexic
|
|
48
48
|
- **Adjustable sizing** — Small, medium, or large text
|
|
@@ -76,15 +76,21 @@
|
|
|
76
76
|
|
|
77
77
|
## 🚀 Quick Start
|
|
78
78
|
|
|
79
|
-
### Option 1:
|
|
79
|
+
### Option 1: npx (Easiest)
|
|
80
80
|
|
|
81
81
|
```bash
|
|
82
|
-
|
|
82
|
+
npx @maudecode/cove
|
|
83
83
|
```
|
|
84
84
|
|
|
85
85
|
Then open http://localhost:8080 and connect to your OpenClaw gateway.
|
|
86
86
|
|
|
87
|
-
### Option 2:
|
|
87
|
+
### Option 2: Docker
|
|
88
|
+
|
|
89
|
+
```bash
|
|
90
|
+
docker run -d -p 8080:8080 ghcr.io/maudecode/cove:latest
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
### Option 3: Static Hosting
|
|
88
94
|
|
|
89
95
|
Download the latest release and serve the `dist/` folder with any static file server:
|
|
90
96
|
|
|
@@ -121,7 +127,7 @@ The built files will be in `dist/`.
|
|
|
121
127
|
|
|
122
128
|
**First time?** The onboarding wizard will guide you through setup.
|
|
123
129
|
|
|
124
|
-
##
|
|
130
|
+
## 💻 Development
|
|
125
131
|
|
|
126
132
|
```bash
|
|
127
133
|
# Install dependencies
|