Skip to content

Commit

Permalink
VR-68: READFME update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulius Michelevicius authored and Paulius Michelevicius committed May 8, 2024
1 parent f7b3223 commit d731bc7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Followed by database migrations

```bash
npm run db:migrate
# seeding data
npm run db:seed
```

Finally to run:
Expand All @@ -32,6 +30,12 @@ npm run dev

## Seeds

Seeding data

```bash
npm run db:seed
```

Creating a new seed from template (knex)

```bash
Expand Down

0 comments on commit d731bc7

Please sign in to comment.