A bare bones electron app with the lbry-sdk and lbry-redux already added
Find a file
Sean Yesmunt 8ee5c5c667 cleanup
2019-02-03 13:14:46 -05:00
build cleanup 2019-02-03 13:14:46 -05:00
src cleanup 2019-02-03 13:14:46 -05:00
.gitignore basic startup-resolve 2019-01-02 20:03:48 -05:00
package.json cleanup 2019-02-03 13:14:46 -05:00
README.md correct extension 2019-01-02 20:14:45 -05:00
screenshot.png update readme 2019-01-02 20:14:24 -05:00
yarn.lock cleanup 2019-02-03 13:14:46 -05:00

LBRY Electron Starter

This is a starter electron project for building apps on top of the LBRY SDK. It is a simple HTML page with the ability to resolve any URI. There is a lot that can be improved here, so feel free to submit a PR!

Screenshot

How to run

git clone https://github.com/lbry-developers/electron-starter
cd electron-starter
yarn
yarn dev