| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
This repository is a pnpm monorepo containing the Prisma documentation, blog, design system docs, and shared packages.
| Path | Description |
|---|---|
| apps/docs | Prisma documentation site (Next.js + Fumadocs) |
| apps/blog | Prisma blog |
| apps/eclipse | Eclipse design system documentation |
| packages/eclipse | Eclipse design system component library (@prisma/eclipse) |
| packages/ui | Shared UI components and utilities (@prisma-docs/ui) |
See each app’s README.md for more detail. See ARCHITECTURE.md for the cross-app multi-zone overview.
New contributors are welcome. Read the contributing guide before submitting changes.
From the repository root:
pnpm install
pnpm devThis starts all apps via Turbo:
To run a single app:
pnpm --filter docs dev # docs only
pnpm --filter blog dev # blog only
pnpm --filter eclipse dev # eclipse design system docs onlypnpm buildTo build and serve the docs site:
pnpm --filter docs build
pnpm --filter docs start| Script | Description |
|---|---|
| pnpm lint:links | Validate internal and external links (docs) |
| pnpm lint:code | Lint code blocks in MDX (docs) |
| pnpm lint:spellcheck | Spell-check content (docs) |
| pnpm check | Run formatting and lint fixes across all workspaces |
.md and .mdx files are not formatted by Prettier because they use MDX 3, which Prettier does not support. See prettier/prettier#12209.
| Back | FazBrowse Home | New Git URL |