@vibes.diy/cmd-tools 4.0.10 → 4.0.11
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 +1 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,10 +32,7 @@ The whole platform is open source under Apache 2.0. Read the code, open an issue
|
|
|
32
32
|
## Quick Start
|
|
33
33
|
|
|
34
34
|
1. [Try the demo](https://vibes.diy/) — no setup required.
|
|
35
|
-
2. Or
|
|
36
|
-
- Clone the repository
|
|
37
|
-
- Install with `pnpm i`
|
|
38
|
-
- Run `pnpm dev`
|
|
35
|
+
2. Or hack on the code: clone the repo, `pnpm install`, and `pnpm build` — the build, lint, and test suite work from a fresh clone with no secrets. Running the full web app locally currently requires extra setup; the [Contributing Guide](CONTRIBUTING.md#getting-started) covers exactly what works out of the box and what doesn't yet.
|
|
39
36
|
|
|
40
37
|
## Community
|
|
41
38
|
|