minor install tweaks
This commit is contained in:
parent
fbd68aa2b7
commit
ad33c0e4b5
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ This is the frontend for LBRY's in-browser application, that is automatically in
|
||||||
|
|
||||||
These steps will get you to change-reload-see:
|
These steps will get you to change-reload-see:
|
||||||
|
|
||||||
- Install [LBRY](//github.com/lbryio/lbry)
|
- Install [LBRY](https://github.com/lbryio/lbry/releases)
|
||||||
- Install node and npm ([this gist may be useful](https://gist.github.com/isaacs/579814))
|
- 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 babel (`npm install -g babel-cli babel-preset-es2015 babel-preset-react`)
|
||||||
- Install [SASS](http://sass-lang.com/install)
|
- Install [SASS](http://sass-lang.com/install)
|
||||||
- Run ./watch.sh
|
- Run ./watch.sh
|
||||||
- Open index.html
|
- Open dist/index.html
|
||||||
- Changes made in `js` and `sass` will be auto compiled to `dist`
|
- Changes made in `js` and `sass` will be auto compiled to `dist`
|
||||||
|
|
Loading…
Reference in a new issue