From 88c91bd26bf119f974473b1326ea9b525ffd5f87 Mon Sep 17 00:00:00 2001 From: Andy Vivash Date: Wed, 27 Mar 2024 09:25:43 -0700 Subject: [PATCH] Chore: update startup example to show 'IPFS is running at...' line --- src/content/docs/everycli/local-dev.mdx | 1 + src/content/docs/quick-start.md | 1 + 2 files changed, 2 insertions(+) diff --git a/src/content/docs/everycli/local-dev.mdx b/src/content/docs/everycli/local-dev.mdx index 5feb0d7..64adcb1 100644 --- a/src/content/docs/everycli/local-dev.mdx +++ b/src/content/docs/everycli/local-dev.mdx @@ -210,6 +210,7 @@ and the [every-cli](https://github.com/everywhere-computer/every-cli) will uploa If you have specified your own config file, the control panel will run locally so its `.env` file can be overwritten if necessary: ```bash +✔ IPFS is running at http://127.0.0.1:5002/debug/vars ✔ Functions parsed and compiled ✔ Homestar is running at http://127.0.0.1:8020 ✔ Control Panel is running at http://127.0.0.1:5178 diff --git a/src/content/docs/quick-start.md b/src/content/docs/quick-start.md index d91267c..0ae22fa 100644 --- a/src/content/docs/quick-start.md +++ b/src/content/docs/quick-start.md @@ -29,6 +29,7 @@ every dev src/functions/hello.ts This should produce an output like the following in your terminal: ```bash +✔ IPFS is running at http://127.0.0.1:5002/debug/vars ✔ Functions parsed and compiled ✔ Homestar is running at http://127.0.0.1:8020 ✔ Control Panel is running at https://control.everywhere.computer