@vibes.diy/cmd-tools 4.0.12 → 4.0.13
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,7 +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 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.
|
|
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. The full web app runs locally too: `pnpm dev:setup` generates the needed dev environment (no team secrets required); the [Contributing Guide](CONTRIBUTING.md#running-the-web-app-locally) walks the whole path.
|
|
36
36
|
|
|
37
37
|
## Community
|
|
38
38
|
|