@vibes.diy/cmd-tools 4.0.10 → 4.0.12

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.
Files changed (2) hide show
  1. package/README.md +1 -4
  2. 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 run it yourself:
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibes.diy/cmd-tools",
3
- "version": "4.0.10",
3
+ "version": "4.0.12",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "exports": {