Skip to content

Commit

Permalink
Chore: update startup example to show 'IPFS is running at...' line
Browse files Browse the repository at this point in the history
  • Loading branch information
avivash committed Mar 27, 2024
1 parent d11d31f commit 88c91bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/content/docs/everycli/local-dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88c91bd

Please sign in to comment.