@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 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="#-deployment">Deployment</a> •
19
- <a href="#-development">Development</a>
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
- - **6 themes** — Light, Dark, Nord, Dracula, Solarized Light/Dark
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: Docker (Recommended)
79
+ ### Option 1: npx (Easiest)
80
80
 
81
81
  ```bash
82
- docker run -d -p 8080:8080 ghcr.io/maudecode/cove:latest
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: Static Hosting
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
- ## 🏗️ Development
130
+ ## 💻 Development
125
131
 
126
132
  ```bash
127
133
  # Install dependencies