Files
matrix-js-sdk/examples/browser/README.md
T
2023-01-03 14:07:37 +00:00

204 B

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

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

Then visit http://localhost:8003.