The web-daemon
runs on port 5200 in development and production. If you want to change this, edit the inspect
, start
, and watch
scripts in package.json
.
You will need either the LBRY app or the lbrynet-daemon
running while using this.
npm i
This project requires a configuration file named .env
in the root directory. You can find the sample under .env.sample
. To properly secure the server, modify the lbry-token=""
with a secure password that any apps would need to pass. After modifying, rename/re-save the file as .env
.
npm run watch
npm test
(dependencies and code quality)
npm run deploy
(uses Vagrant but you can use whatever you want)
npm start