A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
14d8b3de52
"More Options" menu on My Files page |
||
---|---|---|
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