Files
supabase/apps/design-system
Ivan Vasilov 051d31ef07 chore: Bump Typescript to 5.9 (#38945)
* 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>
2025-09-23 16:50:54 +02:00
..
2024-10-01 11:29:37 +02:00
2025-09-22 04:42:03 +00:00
2024-05-23 17:39:56 +08:00
2024-05-23 17:39:56 +08:00

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.