Skip to content

Commit

Permalink
docs: update contributing.md to add a necessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Feb 7, 2025
1 parent e14cfeb commit d7572ca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@ docker compose up -d
pnpm db:migrate
```

7. Run the app in development mode:
7. Seed the database:

```bash
pnpm db:seed
```

8. Run the app in development mode:

```bash
pnpm dev # Run all services (may take more resources to run)
Expand Down

0 comments on commit d7572ca

Please sign in to comment.