A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
- Includes all fields except some I need to ask Jack about (layout details) - Loads current settings and saves one (run_on_startup) - Also made success callback in lbry.call() optional (don't need it for set_settings) |
||
---|---|---|
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