Technical documentation website for the LBRY protocol
Go to file
2018-05-08 17:10:52 -05:00
.vuepress Added logo and updated colors in SVGs to match site palette 2018-05-08 17:10:52 -05:00
resources victor's claimtrie work 2018-04-30 09:45:18 -04:00
.editorconfig Initial version based on LBRY-Tech demo 2018-03-23 13:53:54 +02:00
.gitignore Title metatag support, update Vuepress 2018-04-24 11:56:52 +03:00
contribute.md Title metatag support, update Vuepress 2018-04-24 11:56:52 +03:00
develop.md a few more words on developing 2018-04-27 18:28:52 -04:00
documentation.md Add Whitepaper as iframe #11 2018-04-27 14:21:31 +03:00
LICENSE Initial commit 2018-03-23 11:33:56 +02:00
overview.md overview beginnings 2018-04-27 18:41:40 -04:00
package.json Closes #36 & #34 2018-05-07 12:01:37 +03:00
README.md Title metatag support, update Vuepress 2018-04-24 11:56:52 +03:00
server.js Remade with Vuepress 2018-04-20 16:17:16 +03:00
sitemap.md Closed #33 2018-05-04 14:10:57 +03:00
whitepaper.md Add Whitepaper as iframe #11 2018-04-27 14:21:31 +03:00
yarn.lock Closes #36 & #34 2018-05-07 12:01:37 +03:00

home title
true LBRY.tech

LBRY.tech website

Technical documentation website for the LBRY protocol.

Built with:

Build Setup

# install dependencies
yarn

# serve with hot reload at localhost:8080
vuepress dev

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