* Move typescript version definition to pnpm-workspace. * Bump typescript to 5.9. * Minor fixes to satisfy the compiler. --------- Co-authored-by: Raúl Barroso <code@raulb.dev>
Supabase Design System
Design resources for building consistent user experiences at Supabase.
Getting Started
First, make a copy of .env.local.example and name it env.local. Then run the development server as described below.
From within this design-system directory, run:
pnpm dev
Or from the root directory run:
pnpm dev:design-system
Open http://localhost:3003 with your browser to see the result.
Watching for MDX changes
If you would like to watch for changes to MDX files with hot reload, you can run the following command in a separate terminal shell:
pnpm content:dev
This runs Contentlayer concurrently and watches for any changes.