Skip to content

Commit

Permalink
Add yarn install to README.md 🧶
Browse files Browse the repository at this point in the history
  • Loading branch information
THPubs committed Apr 3, 2020
1 parent 1c10fcd commit 3392c57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ make dockerup
```
*Remember to run `make dockerdown` when you are done.*

- Then install the node packages:

```shell script
yarn install
```

- Now apply the migrations:

```shell script
Expand Down

0 comments on commit 3392c57

Please sign in to comment.