electron-starter/README.md

17 lines
464 B
Markdown
Raw Permalink Normal View History

2021-01-22 16:41:34 +01:00
# THIS REPO IS OUT OF DATE. SEE https://github.com/lbryio/lbry-sdk/releases
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
```
2019-02-03 19:49:24 +01:00
git clone https://github.com/lbryio/electron-starter
2019-01-03 02:11:39 +01:00
cd electron-starter
2019-02-19 21:18:39 +01:00
npm install
npm run dev
2019-01-03 02:11:39 +01:00
```