A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
Find a file
Alex Liebowitz 4bdadc4551 Fixes to improve loading screen
- Add optional "connection failed" callback to lbry.call()
- Make loading screen handle condition where daemon is not running at all (i.e. AJAX connection fails)
2016-03-24 21:20:58 -04:00
dist fix thumbnail and font paths, add default thumbnail image 2016-03-21 12:04:46 -04:00
js Fixes to improve loading screen 2016-03-24 21:20:58 -04:00
scss fix thumbnail and font paths, add default thumbnail image 2016-03-21 12:04:46 -04:00
.gitignore full frontend separation (you must be 18+ to view this commit) 2016-03-15 12:05:11 -04:00
dist.zip fix zip file 2016-03-24 16:04:52 -04:00
README.md add a README 2016-03-15 12:10:27 -04:00
watch.sh api tweak 2016-03-16 17:57:41 -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