Skip to content

Commit a40bbba

Browse files
committed
Address feedback
1 parent fae3a6e commit a40bbba

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/operate/control/viam-applications.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,16 @@ const machineCookieKey = window.location.pathname.split("/")[2];
5454
} = JSON.parse(Cookies.get(machineCookieKey)!));
5555
```
5656

57-
For developing your application on localhost, run the following command which will proxy your local app.
58-
The command will open a browser window and navigate to `http://localhost:8000/machine/<machineHostname>` for the machine provided with --machine-id.
57+
### Local development
5958

60-
{{< tabs >}}
61-
{{% tab name="Template" %}}
59+
For developing your application on localhost:
60+
61+
1. Run your web server.
62+
1. Run the following command specifying the address where your app is running on localhost and a machine to test on.
63+
The command will proxy your local app and open a browser window and navigate to `http://localhost:8000/machine/<machineHostname>` for the machine provided with --machine-id.
64+
65+
{{< tabs >}}
66+
{{% tab name="Template" %}}
6267

6368
```sh {class="command-line" data-prompt="$" data-output="2-10"}
6469
viam login

0 commit comments

Comments
 (0)