From 5ccabf8a74e8c207e0425a35344d4f69ae510c75 Mon Sep 17 00:00:00 2001 From: Wei Tu Date: Fri, 31 Oct 2025 17:30:07 -0700 Subject: [PATCH] docs: add database migration step to local setup instructions (#1135) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 798725e..4df0638 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ You will need to use the environment variables [defined in `.env.example`](.env. ```bash pnpm install +pnpm db:migrate # Setup database or apply latest database changes pnpm dev ```