A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
f8c0382db0
The OS checking is ugly, but once we have an "upgrade" page on lbry.io we'll change it to point there |
||
---|---|---|
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