You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -331,6 +331,14 @@ yarn install
331
331
yarn start
332
332
```
333
333
334
+
Alternatively, you can skip the above commands and only run the command below. The only difference is that both 'matrix-react-sdk and 'matrix-js-sdk' will be cloned inside the root project folder.
335
+
336
+
```bash
337
+
./scripts/layered.with.version.sh
338
+
yarn install
339
+
yarn start
340
+
```
341
+
334
342
Wait a few seconds for the initial build to finish; you should see something like:
0 commit comments