The LBRY Web interface to interact with the LBRY Daemon from in the browser.
Installing dependencies, when not using a containerized setup:
npm installRunning development server:
npm run devBuild the project:
npm run buildRun the server:
npm run startBuilding the image:
docker build . -t lbry-webRunning the container:
docker run --name lbry-web --network host --restart always lbry-webdocker compose build
docker compose up -dThis project is MIT licensed. For the full license, see LICENSE.