1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-10 21:23:02 +03:00
Files
matrix-js-sdk/examples/browser
2023-01-03 14:07:37 +00:00
..
2016-11-12 17:39:48 +01:00
2022-12-09 09:38:20 +01:00
2022-12-09 09:38:20 +01:00
2023-01-03 14:07:37 +00:00

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.