-
Follow the instructions here to get a local instance of supabase running.
-
Verify your supabase is up and running through docker, setup your .env file to use the local supabase urls (use
supabase status
to get the urls) -
Make sure to run
npm install
before running the project withnpm run dev
- Configure the schema you want to use within
src/db/schema.ts
. npx drizzle-kit generate
thennpx drizzle migrate
to migrate schema changes into your supabase instance