1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-07 05:22:15 +03:00
Files
matrix-js-sdk/examples/browser
Richard van der Hoff 224e592701 Fix examples/browser/browserTest.js (#2952)
This seems to have been broken for ages
2022-12-08 10:43:20 +00:00
..
2016-11-12 17:39:48 +01:00
2021-08-30 13:32:30 +01:00

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.