Skip to content

Commit 1c4f9ff

Browse files
committed
Add pgAdmin instructions to contributing guide
1 parent ca031a7 commit 1c4f9ff

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,13 @@ branch are tagged into a release monthly.
5252
Feel free to update `SESSION_SECRET` and `MAGIC_LINK_SECRET` as well using the same method.
5353

5454
6. Start Docker. This starts the required services like Postgres. If this is your first time using Docker, consider going through this [guide](DOCKER_INSTALLATION.md)
55+
5556
```
5657
pnpm run docker
5758
```
59+
60+
This will also start and run a local instance of [pgAdmin](https://www.pgadmin.org/) on [localhost:5480](http://localhost:5480), preconfigured with email `admin@example.com` and pwd `admin`. Then use `postgres` as the password to the Trigger.dev server.
61+
5862
7. Migrate the database
5963
```
6064
pnpm run db:migrate

0 commit comments

Comments
 (0)