readme
This commit is contained in:
parent
7b7431c0f7
commit
d6d84bcec3
1 changed files with 5 additions and 3 deletions
|
|
@ -14,19 +14,21 @@
|
|||
<img src="./resources/screenshot.png" width="562" height="630" alt="screenshot" align="center">
|
||||
</p>
|
||||
|
||||
## Dev
|
||||
## How to Contribute
|
||||
|
||||
### Install dependencies
|
||||
|
||||
```
|
||||
$ npm install
|
||||
```
|
||||
|
||||
### Run
|
||||
### Run app
|
||||
|
||||
```
|
||||
$ npm start
|
||||
```
|
||||
|
||||
### Build
|
||||
### Build binaries
|
||||
|
||||
```
|
||||
$ npm run build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue