From 7a60b4233270f764b67ca50ce7284d9debf0dd55 Mon Sep 17 00:00:00 2001 From: Nayan Sawyer <33187059+opus-tango@users.noreply.github.com> Date: Sat, 14 Mar 2026 14:20:25 -0400 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c736540..c767984 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Monica, but none of them quite fit my needs. ## Planned Features +- [x] Better Auth for authentication - [ ] Creating and viewing people - [ ] Creating and viewing activities - [ ] Creating and viewing reports @@ -51,9 +52,13 @@ I can't get file watching to work with the docker compose file, so I'm running t - Use `docker comose up -d` to start the database. - Use `docker compose exec db psql -U -d ` to get into the database. - Run `CREATE EXTENSION IF NOT EXISTS vector;` to create the vector extension. +- Run `pnpm dlx drizzle-kit generate` to generate the migrations. +- Run `pnpm dlx drizzle-kit migrate` to migrate the database. ## License This project is licensed under the Mozilla Public License 2.0 - see the LICENSE file for details. -### db command +### shadcn preset + +a1Ep34uG