1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-05-21 08:53:44 +03:00
Paulo Pinto a4ff97c8df Add required lang attribute
Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>
2021-08-30 13:32:30 +01: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:

 $ npm run build
 $ cd examples/browser
 $ python -m SimpleHTTPServer 8003

Then visit http://localhost:8003.