2016-03-15 17:10:27 +01:00
|
|
|
# LBRY Web User Interface
|
|
|
|
|
|
|
|
This is the frontend for LBRY's in-browser application, that is automatically installed when a user installs [LBRY](https://github.com/lbryio/lbry).
|
|
|
|
|
|
|
|
## Development Setup
|
|
|
|
|
|
|
|
These steps will get you to change-reload-see:
|
|
|
|
|
2016-07-20 20:24:54 +02:00
|
|
|
- Install [LBRY](https://github.com/lbryio/lbry/releases)
|
2016-03-15 17:10:27 +01:00
|
|
|
- Install node and npm ([this gist may be useful](https://gist.github.com/isaacs/579814))
|
|
|
|
- Install babel (`npm install -g babel-cli babel-preset-es2015 babel-preset-react`)
|
|
|
|
- Install [SASS](http://sass-lang.com/install)
|
|
|
|
- Run ./watch.sh
|
2016-07-20 20:24:54 +02:00
|
|
|
- Open dist/index.html
|
2016-03-15 17:10:27 +01:00
|
|
|
- Changes made in `js` and `sass` will be auto compiled to `dist`
|