electron-starter/README

15 lines
386 B
Text
Raw Normal View History

2019-01-03 02:11:39 +01:00
# LBRY Electron Starter
2019-01-03 02:14:24 +01:00
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](screenshot.png)
2019-01-03 02:11:39 +01:00
## How to run
```
git clone https://github.com/lbry-developers/electron-starter
cd electron-starter
yarn
yarn dev
```