Skip to content

Commit

Permalink
Updated README.md to include an extra step for running locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
skriken committed Jan 2, 2024
1 parent 6f30fed commit a871a36
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,14 @@ Here is what you need to be able to run UnInbox locally.
```sh
pnpm run docker:up
```

6. Sync the schema with the database:

6. In another terminal window, start the app and all services
```sh
pnpm run db:push
```

7. In another terminal window, start the app and all services

```sh
pnpm run dev
Expand Down

0 comments on commit a871a36

Please sign in to comment.