minor formatting fix
This commit is contained in:
parent
fe66cc502c
commit
73a70b7a61
1 changed files with 3 additions and 3 deletions
|
@ -8,11 +8,11 @@ These steps will get you to change-reload-see:
|
|||
|
||||
- Install [LBRY](https://github.com/lbryio/lbry/releases)
|
||||
- Install node and npm ([this gist may be useful](https://gist.github.com/isaacs/579814))
|
||||
- Install babel (`npm install -g babel-cli)
|
||||
- Install babel (`npm install -g babel-cli`)
|
||||
- Install babel presets (`npm install babel-preset-es2015 babel-preset-react`)
|
||||
- Install [SASS](http://sass-lang.com/install)
|
||||
- Run ./watch.sh
|
||||
- Run lbrynet-daemon --ui=/full/path/to/dist/
|
||||
- Run `./watch.sh`
|
||||
- Run `lbrynet-daemon --ui=/full/path/to/dist/`
|
||||
- Changes made in `js` and `sass` will be auto compiled to `dist`
|
||||
- `lbrynet-daemon --branch=branchname` can be used to test remote branches
|
||||
- `lbry.call('configure_ui', {path: '/path/to/ui'})` can be used in JS console on web ui to switch ui path
|
||||
|
|
Loading…
Reference in a new issue