This project is bootstrapped with create-rubric-app
. Built in partnership between Graphite x Rubric Labs.
bun i
bun dev
Open localhost:3000 in your browser to see the result.
If you make a change to database schema, to update the generated types, run the following command:
npx supabase gen types typescript --project-id "$PROJECT_REF" --schema public > lib/types/supabase.ts
The PROJECT_REF
is accessible via Supabase project URL. Learn more here.
Check this blog post.