+1
-1
| { | ||
| "name": "covibing", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "private": false, | ||
@@ -5,0 +5,0 @@ "type": "module", |
+15
-7
@@ -21,16 +21,24 @@ # Covibing | ||
| The default path is: | ||
| ```bash | ||
| npm install -g covibing | ||
| npx covibing@latest start | ||
| ``` | ||
| Or run it without a global install: | ||
| If Covibing does not detect your app automatically, pin the preview URL: | ||
| ```bash | ||
| npx covibing start | ||
| npx covibing@latest start --preview http://localhost:3000 | ||
| ``` | ||
| ## Quick Start | ||
| If you want a permanent install: | ||
| Start a session: | ||
| ```bash | ||
| npm install -g covibing | ||
| ``` | ||
| ## Other Install Options | ||
| Or run it after a global install: | ||
| ```bash | ||
@@ -40,6 +48,6 @@ covibing start | ||
| If Covibing does not detect your app automatically, pin the preview URL: | ||
| Or use the locally installed binary: | ||
| ```bash | ||
| covibing start --preview http://localhost:3000 | ||
| npx covibing@latest start | ||
| ``` | ||
@@ -46,0 +54,0 @@ |
15160
0.94%72
12.5%