Technical documentation website for the LBRY protocol
Go to file
2018-06-20 09:52:10 -04:00
content Create pow.md 2018-06-20 09:52:10 -04:00
test Added tests 2018-06-06 14:02:16 +03:00
.editorconfig Initial version based on LBRY-Tech demo 2018-03-23 13:53:54 +02:00
.gitignore Move pages to content subfolder 2018-05-30 12:20:33 +03:00
.travis.yml yarn ignore-engines 2018-06-06 15:29:43 +03:00
CONTRIBUTING.md Remove beta prefix from urls 2018-06-05 12:27:11 +03:00
LICENSE Initial commit 2018-03-23 11:33:56 +02:00
package.json Test version of Whiteboard implementation, #100 2018-06-20 15:21:26 +03:00
README.md Add Travis badge 2018-06-06 15:35:18 +03:00
server.js Closes #103 2018-06-20 12:42:19 +03:00
yarn.lock Test version of Whiteboard implementation, #100 2018-06-20 15:21:26 +03:00

LBRY.tech Website

Build Status

Technical documentation website for the LBRY protocol made with Javascript.

Notable tools used:

Screenshot of LBRY.tech

Installation

This project is not designed to be installed directly. Continue reading below to learn how to use this project.

Usage

Visit LBRY.tech for hosted version for this repository.

Running from Source

Prerequisities

Compiling

# clone git project
git clone https://github.com/lbryio/lbry.tech

# install dependencies
yarn

# serve with hot reload at localhost:8080
yarn dev

# build for production with minification & start express server
yarn start

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 @kauffj