mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-29 22:10:57 +08:00
9 lines
214 B
Bash
9 lines
214 B
Bash
RIOT_BRANCH=master
|
|
curl -L https://github.com/vector-im/riot-web/archive/${RIOT_BRANCH}.zip --output riot.zip
|
|
unzip riot.zip
|
|
rm riot.zip
|
|
mv riot-web-${RIOT_BRANCH} riot-web
|
|
pushd riot-web
|
|
npm install
|
|
npm run build
|