Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zzarcon committed Mar 27, 2019
1 parent 8e0350d commit 01de0d6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,29 @@
```
$ yarn add luckybot
```

### Development

**install dependencies**

```
$ yarn
```

**run dev mode**

```
$ LUCKYBOT_USER=your_instagram_user LUCKYBOT_PASS=your_instagram_password LUCKYBOT_HASTAG=hashtag_to_like yarn dev
```

**check types**

```
$ yarn typecheck
```

**build**

```
$ yarn build
```

0 comments on commit 01de0d6

Please sign in to comment.