16 lines
464 B
Markdown
16 lines
464 B
Markdown
# THIS REPO IS OUT OF DATE. SEE https://github.com/lbryio/lbry-sdk/releases
|
|
|
|
# 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](screenshot.png)
|
|
|
|
## How to run
|
|
|
|
```
|
|
git clone https://github.com/lbryio/electron-starter
|
|
cd electron-starter
|
|
npm install
|
|
npm run dev
|
|
```
|