@@ -73,26 +73,11 @@ guide](https://yarnpkg.com/docs/install/) if you do not have it already.
73731 . Clone the repo: ` git clone https://github.com/vector-im/riot-web.git ` .
74741 . Switch to the riot-web directory: ` cd riot-web ` .
75751 . Install the prerequisites: ` yarn install ` .
76- 1 . If you're using the ` develop ` branch then it is recommended to set up a proper
77- development environment ("Setting up a dev environment" below) however one can
78- install the develop versions of the dependencies instead:
79- ``` bash
80- scripts/fetch-develop.deps.sh
81- ```
82- Whenever you git pull on ` riot-web ` you will also probably need to force an update
83- to these dependencies - the simplest way is to re-run the script, but you can also
84- manually update and rebuild them:
85- ``` bash
86- cd matrix-js-sdk
87- git pull
88- yarn install # re-run to pull in any new dependencies
89- cd ../matrix-react-sdk
90- git pull
91- yarn install
92- ```
93- Or just use https://riot.im/develop - the continuous integration release of the
94- develop branch. (Note that we don't reference the develop versions in git directly
95- due to https://github.com/npm/npm/issues/3055 .)
76+ * If you're using the ` develop ` branch, then it is recommended to set up a
77+ proper development environment (see [ Setting up a dev
78+ environment] ( #setting-up-a-dev-environment ) below). Alternatively, you
79+ can use https://riot.im/develop - the continuous integration release of
80+ the develop branch.
96811 . Configure the app by copying ` config.sample.json ` to ` config.json ` and
9782 modifying it. See the [ configuration docs] ( docs/config.md ) for details.
98831 . ` yarn dist ` to build a tarball to deploy. Untaring this file will give
0 commit comments