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
Copy file name to clipboardexpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,9 @@ By default the app will be available at <http://localhost:3000>.
162
162
163
163
The Stream URL is the URL of the [server](#run-server) which defaults to <http://127.0.0.1:8888>.
164
164
165
+
> [!NOTE]
166
+
> To run the UI on HTTPS (necessary for webcam functionality), use `npm run dev:https`. You'll need to accept the self-signed certificate in your browser.
167
+
165
168
## Limitations
166
169
167
170
At the moment, a workflow must fufill the following requirements:
0 commit comments