Skip to content

finer9/lbry-web-ui

This branch is 218 commits ahead of kimihiro64/lbry-web-ui:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b072414 · Oct 2, 2016
Jul 22, 2016
Sep 24, 2016
Oct 2, 2016
Sep 22, 2016
Sep 1, 2016
Jul 20, 2016
Aug 17, 2016
Aug 17, 2016
Aug 17, 2016
Aug 2, 2016
Aug 17, 2016
Aug 17, 2016

Repository files navigation

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)
  • Run ./watch.sh (this will npm install dependencies)
  • 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

Common Issues

  1. Error: Couldn't find preset "es2015" relative to directory "js"

Fix with:

npm install babel-preset-es2015 --save
npm install babel-preset-react --save

About

LBRY Javascript frontend

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.7%
  • CSS 14.5%
  • Other 0.8%