Initial commit

This commit is contained in:
Robert Long
2021-07-16 14:22:03 -07:00
commit 7a601403e8
13 changed files with 3141 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# Matrix Video Chat
Testbed for full mesh video chat.
## Getting Started
You must first run a local Synapse server on port 8080
```
cd matrix-video-chat
npm install
npm run dev
```