Files
matrix-js-sdk/examples/browser/README.md
T
2022-12-09 09:38:20 +01:00

188 B

To try it out, you must build the SDK first and then host this folder:

 $ yarn build
 $ cd examples/browser
 $ python -m http.server 8003

Then visit http://localhost:8003.