Skip to content

Commit

Permalink
chore: update readme with drizzle-kit info
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper573 committed Jan 27, 2025
1 parent 5517e53 commit ac4848d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ Local development is done using node and docker compose.

You will have to perform the appropriate docker compose commands to apply your changes by using the `dockerctl.sh` script.

### If you make database related changes

You can perform [drizzle-kit](https://orm.drizzle.team/docs/kit-overview) commands against the development environment using `pnpm -F server devenv db <drizzle-kit command>`.

### Quirks

While most of the repo should be fairly conventional, I've made a few choices that may be unexpected and is worth mentioning. Here's what you need to know:
Expand Down

0 comments on commit ac4848d

Please sign in to comment.