From de750995cb59024518bb3c7012915eae8a8ee0bd Mon Sep 17 00:00:00 2001 From: Emmanuel Morales <31712515+EmmanuelMr18@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:20:32 -0600 Subject: [PATCH] docs(Development): add step to run local migration --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cae923..b6b44a4 100644 --- a/README.md +++ b/README.md @@ -75,10 +75,11 @@ Major areas 3. `bun i` 4. Start docker 5. `cp .env.example .env.local` -6. Repace `JWT_SECRET` with `openssl rand -hex 32` +6. Replace `JWT_SECRET` with `openssl rand -hex 32` 7. Get a local clerk dev key for `NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY` and `CLERK_SECRET_KEY` 8. Keep a terminal live for `bun run db-dev` -9. Finally start the next server with `bun dev` +9. Create local data with `bun run migrate-local` +10. Finally start the next server with `bun dev` **Schema Changes**