1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-23 22:42:10 +03:00

Include 'yarn install' . (#3011)

This commit is contained in:
Ankit
2023-01-03 19:37:37 +05:30
committed by GitHub
parent 9b372d23ca
commit cef5507ab1

View File

@@ -1,6 +1,7 @@
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