You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
We now rely on browserify for building browser-specific versions of the JS SDK. This can be initiated by running 'npm run build-js'. Node versions are unaffected.
8 lines
116 B
Markdown
8 lines
116 B
Markdown
To try it out, host this folder:
|
|
|
|
```
|
|
$ python -m SimpleHTTPServer 8003
|
|
```
|
|
|
|
Then visit ``http://localhost:8003``.
|