@hoangsonw/forge 0.1.2-nightly.20260427 → 0.1.2
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -254,6 +254,8 @@ docker compose -f docker/docker-compose.yml up -d
|
|
|
254
254
|
|
|
255
255
|
See [`docs/INSTALL.md`](docs/INSTALL.md) for per-OS notes and [`docs/SETUP.md`](docs/SETUP.md) for contributor setup.
|
|
256
256
|
|
|
257
|
+
Prefer to drive Forge from your editor? The repo also ships a VS Code extension that wraps the REPL, CLI, and dashboard — see [`vscode-extension/README.md`](vscode-extension/README.md).
|
|
258
|
+
|
|
257
259
|
### See it running
|
|
258
260
|
|
|
259
261
|
Three surfaces, one runtime.
|
package/package.json
CHANGED