mirror of
https://github.com/supabase/supabase.git
synced 2026-09-06 18:11:51 +08:00
985 B
985 B
Development
When starting the dev server, run:
# From the root directory of the project
pnpm dev:kb
# From the apps/kb directory
pnpm dev
Build
To run a full production build, run:
# From the root directory of the project
pnpm build:kb
# From the apps/kb directory
pnpm build
Documentation
Full documentation: https://docs.astro.build
Consult these guides before working on related tasks: