8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9a9172 + c6013ac commit cf35993Copy full SHA for cf35993
README.md
@@ -13,11 +13,23 @@ Online Demo: https://demo.cloudwebrtc.com:8086/
13
14
### Run from source
15
16
-- Clone the repository, and run.
+- Clone the repository.
17
18
```bash
19
git clone https://github.com/cloudwebrtc/flutter-webrtc-server.git
20
cd flutter-webrtc-server
21
+```
22
+
23
+- Use `mkcert` to create a self-signed certificate.
24
25
+```bash
26
+brew install mkcert
27
+mkcert -key-file config/certs/key.pem -cert-file config/certs/cert.pem localhost 127.0.0.1 ::1 0.0.0.0
28
29
30
+- Run
31
32
33
go run cmd/server/main.go
34
```
35
0 commit comments