You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-09-01 21:21:58 +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.
7 lines
51 B
Markdown
7 lines
51 B
Markdown
To try it out:
|
|
|
|
```
|
|
$ npm install
|
|
$ node app
|
|
```
|