A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
Go to file
2016-05-29 04:30:26 -04:00
dist Basics of My Files page 2016-05-14 08:27:10 -04:00
js Factor out DownloadLink and WatchLink into standalone components 2016-05-29 04:30:26 -04:00
scss Vertically center download start/stop icon 2016-05-16 06:22:14 -04:00
.gitignore Switch to FlowPlayer to fix streaming issues and simplify code 2016-05-13 07:51:46 -04:00
dist.zip update dist.zip 2016-05-13 19:42:26 -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