A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
update to https://github.com/lbryio/lbry-web-ui/commit/d3745e13d181b64c77380c05978 1aba5a120da81 |
||
---|---|---|
dist | ||
js | ||
scss | ||
.gitignore | ||
dist.zip | ||
README.md | ||
watch.sh |
LBRY Web User Interface
This is the frontend for LBRY's in-browser application, that is automatically installed when a user installs LBRY.
Development Setup
These steps will get you to change-reload-see:
- Install LBRY
- Install node and npm (this gist may be useful)
- Install babel (
npm install -g babel-cli babel-preset-es2015 babel-preset-react
) - Install SASS
- Run ./watch.sh
- Open index.html
- Changes made in
js
andsass
will be auto compiled todist