A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
Find a file
2016-07-20 18:25:23 -05:00
dist Add MediaElement.js to main repo (not just dist.zip) 2016-07-20 16:20:25 -04:00
js Merge branch 'master' into add-detail-page 2016-07-19 00:41:27 -05:00
scss Make styles for MediaElement.js to add letterboxing 2016-06-06 04:52:52 -04:00
.gitignore Add MediaElement.js to main repo (not just dist.zip) 2016-07-20 16:20:25 -04:00
dist.zip Update dist.zip 2016-07-20 18:45:44 -04:00
README.md Clarify testing 2016-07-20 18:25:23 -05: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
  • 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
  • Occasionally refreshing the cache may be necessary for changes to show up in browser