Skip to content

LBRYFoundation/lbry-web

Repository files navigation

LBRY Web

Node.js CI Docker Image CI

The LBRY Web interface to interact with the LBRY Daemon from in the browser.

Installation

Prerequisites

Installing dependencies, when not using a containerized setup:

npm install

Usage

Running development server:

npm run dev

Build the project:

npm run build

Run the server:

npm run start

With Docker

Building the image:

docker build . -t lbry-web

Running the container:

docker run --name lbry-web --network host --restart always lbry-web

With Docker Compose

docker compose build
docker compose up -d

License

This project is MIT licensed. For the full license, see LICENSE.

About

Access the LBRY network using your browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages