Skip to content

withgraphite/year-in-code

Repository files navigation

Year in code

This project is bootstrapped with create-rubric-app. Built in partnership between Graphite x Rubric Labs.

Getting Started

bun i
bun dev

Open localhost:3000 in your browser to see the result.

Supabase types

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.

Learn more

Check this blog post.