A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
Go to file
Jeremy Kauffman 7c86ae0471 Merge pull request #14 from kimihiro64/patch-1
Change update location
2016-07-18 13:23:12 -04:00
dist Add claim code page 2016-07-04 12:05:26 -04:00
js Change update location 2016-07-18 09:40:52 -05:00
scss Make styles for MediaElement.js to add letterboxing 2016-06-06 04:52:52 -04:00
.gitignore Merge branch 'my-files-page' 2016-05-29 04:02:33 -04:00
dist.zip Remove all mention of "200 credits," to support other offers 2016-07-05 10:32:25 -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