You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Modd](https://github.com/cortesi/modd) is used for a seamless development experience and once installed simply run the command `modd` in the root directory of this project to start the development environment.
54
54
55
-
### Development control plane
56
-
`go-websockify` has a simple control plane for development in `/client` and is available at: http://127.0.0.1:1234 during development. For the frontend to connect you have to pass `--echo` as a command line flag. **This is done for you if you're using Modd.**
55
+
### Control plane
56
+
`go-websockify` has a simple JavaScript based frontend control plane for development and is available at http://127.0.0.1:1234.
57
+
58
+
```shell
59
+
$ cd client
60
+
$ yarn install
61
+
$ yarn dev
62
+
```
63
+
64
+
> For the frontend to automatically connect to Go WebSockify you have to pass `--echo` as a command line flag to `go-websockify`. **This is done for you if you're using Modd.**
0 commit comments