Resources

A collection of links for packages, the repository, changelog, and more.

A collection of resources for using and contributing to GHDS.

Packages

AI Agent Skills

Repository

Storybook (local)

There’s no deployed Storybook yet. Clone the repository and use the commands below to run each catalog locally.

# React component catalog → http://localhost:6006
pnpm --filter storybook-react dev

# Web components (Lit) catalog → http://localhost:6007
pnpm --filter @ghds/storybook-web-components dev

Contributing & Governance

The canonical process docs live in the repository root:

In short: changes are versioned with Changesets (pnpm changeset) and must pass the Code Quality Gate in the root AGENTS.md.

A deployed Storybook URL will be added here once one exists.