/blogchain

A blog backed by LBRY

Primary LanguageCSS

Blogging via LBRY

A demo for how you can build a blog using LBRY. All the data is stored on LBRY. The frontend (Gatsby) pulls posts from the LBRY daemon to build the site.

Most of the magic is in this source plugin.


Running locally

lbrynet start
yarn install
./dev.sh

Deploying

# first commit your changes. then
./deploy.sh