79e83d2fae
Revert "Add optional dependency win-node-env for Windows" |
||
---|---|---|
app | ||
documents | ||
.babelrc | ||
.editorconfig | ||
.env.sample | ||
.eslintrc | ||
.gitignore | ||
.npmrc | ||
.travis.yml | ||
config.js | ||
CONTRIBUTING.md | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md | ||
yarn.lock |
lbry.tech
Prerequisites
- lbry/web-daemon
- Node (version >= 10)
Notes
- This repo will not run locally if you do not also have the LBRY app/daemon and the web-daemon running.
- When running locally and completing the tipping example in Playground, the LBC donated to a creator comes from your LBC balance. Otherwise, the example will fail. On production, the donated LBC comes from LBRY.
Local Installation
npm
npm install
Yarn
There is a yarn.lock file, you can thus use yarn to install a guaranteed working configuration of packages. This is generally a lot faster to install and more stable. Yarn as a CLI is not necessarily more stable than npm and as such, it's optional. Install yarn here: https://yarnpkg.com/en/docs/install
Then
yarn install
Development
npm run watch
and visit localhost:8080
Testing
npm test
Production
npm start
Usage
Visit LBRY.tech to see this repo in production.
Contributing
Contributions to this project are welcome, encouraged, and compensated.
For more details, see CONTRIBUTING.md.
License
This project is MIT licensed. For the full license, see LICENSE.
Security
We take security seriously. Please contact security@lbry.io regarding any security issues.
Our PGP key is here if you need it.
Contact
The primary contact for this project is @netoperatorwibby (paul@lbry.io).