Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- git init
- git remote add origin https://github.com/vector-im/element-web.git
- git pull origin develop
- rm -r .* *.md *.rst
- rm -r yarn.lock
- chmod -R 777 .
- yarn # Install NodeJS first (https://pastebin.com/Rf1vVKsR)
- yarn clean && yarn build:genfiles && yarn build:bundle
- yarn dist
- # Now you find the file in dist/element-unknown.tar.gz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement