Resources
A collection of links for packages, the repository, changelog, and more.
A collection of resources for using and contributing to GHDS.
Packages
@ghds/tokens— design tokens (single source of truth)@ghds/react— React component library@ghds/web-components— Lit-based framework-agnostic web components@ghds/react-native— React Native component library
AI Agent Skills
- Skill source —
install via
npx skills add GyeongHoKim/gyeongho-design-system. See the Skills page for details.
Repository
- GitHub Repository — source code, issues, changelog
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:
- Contributing Guide — how to propose a change, the Code Quality Gate, changesets, and the component definition of done.
- Governance — roles, how decisions are made, and the component lifecycle (experimental / stable / deprecated).
- Versioning & Releases — SemVer policy (incl. the pre-1.0 caveat), what counts as breaking, and the OIDC release pipeline.
- Migrations — how breaking changes are communicated, with a running log.
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.