612 B
612 B
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