ℹ️ Note
This project is on early stages of development, we don't recommend to install, build or use it if you don't understand what you are doing. Pease expect bugs and missing features.
What's this?
A Decentralized music streaming platform.
The lbry protocol
LBRY is an open-source protocol providing distribution, discovery, and purchase of digital content via a decentralized network. We use this protocol to discover and stream music and other audio files such as podcasts.
Dependencies required
In order to run this app you need to install all these dependencies.
Install |
---|
Git |
Node.js LTS |
Yarn |
LBRY Daemon |
Only for Linux
You may also require
Make
tools.For example, on Debian you can install the Build-essentials package.
How to run
# Clone this repository
$ git clone https://github.com/btzr-io/jelly-beats.git
$ cd jelly-beats
# Install NPM dependencies
$ yarn
# Run the app
$ yarn dev
How to package
# Run the app
$ yarn dist
OS | File |
---|---|
Linux | .deb - Inside dist folder. |
Windows | .exe - Inside dist folder. |
MacOS | .dmg - Inside dist folder. |