add readme
This commit is contained in:
parent
3d103b9462
commit
87436cd2d6
1 changed files with 12 additions and 0 deletions
12
README
Normal file
12
README
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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.
|
||||
|
||||
## How to run
|
||||
|
||||
```
|
||||
git clone https://github.com/lbry-developers/electron-starter
|
||||
cd electron-starter
|
||||
yarn
|
||||
yarn dev
|
||||
```
|
Loading…
Reference in a new issue