A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
Find a file
2016-04-22 19:10:20 -04:00
dist Move video viewing into front end 2016-04-21 05:54:18 -04:00
js Keep trying to load video until it's available (temporary) 2016-04-22 06:46:36 -04:00
scss Fix "Download" link; also notify user and disable link on click. 2016-04-21 06:55:41 -04:00
.gitignore settings UI, clean up 2016-04-09 20:00:56 -04:00
dist.zip update dist.zip 2016-04-22 19:10:20 -04:00
README.md add a README 2016-03-15 12:10:27 -04:00
watch.sh Update watch.sh 2016-04-10 16:25:26 -04:00

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 and sass will be auto compiled to dist