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
Show additional options for configuring the server:
90
+
91
+
```
92
+
python server/app.py -h
93
+
```
94
+
89
95
**Remote Setup**
90
96
91
97
A local server should connect with a local UI out-of-the-box. It is also possible to run a local UI and connect with a remote server, but there may be additional dependencies.
@@ -132,6 +138,8 @@ npm run dev
132
138
133
139
By default the app will be available at http://localhost:3000.
134
140
141
+
The Stream URL is the URL of the [server](#run-server) which defaults to http://127.0.0.1:8888.
142
+
135
143
# Limitations
136
144
137
145
At the moment, a workflow must fufill the following requirements:
0 commit comments