We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f6277 commit ca89c09Copy full SHA for ca89c09
README.md
@@ -63,6 +63,8 @@ Finally, build and start vector itself:
63
1. `rm -r node_modules/matrix-react-sdk; ln -s ../../matrix-react-sdk node_modules/`
64
1. `npm start`
65
1. Wait a few seconds for the initial build to finish; you should see something like:
66
+
67
+ ```
68
Hash: b0af76309dd56d7275c8
69
Version: webpack 1.12.14
70
Time: 14533ms
@@ -72,6 +74,7 @@ Finally, build and start vector itself:
72
74
bundle.js.map 5.29 MB 0 [emitted] main
73
75
bundle.css.map 116 kB 0 [emitted] main
76
+ 1013 hidden modules
77
78
1. Open http://127.0.0.1:8080/ in your browser to see your newly built Vector.
79
80
When you make changes to `matrix-js-sdk` or `matrix-react-sdk`, you will need
0 commit comments