Skip to content

Files

Latest commit

cef5507 · Jan 3, 2023

History

History
This branch is 1388 commits behind matrix-org/matrix-js-sdk:develop.

browser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 12, 2016
Jan 3, 2023
Dec 9, 2022
Dec 9, 2022

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.