@gofore-gds/create-app
v0.2.1
Published
Create a new React app with Gofore GDS design system
Maintainers
Readme
@gofore-gds/create-app
Scaffold a React + Vite app with GDS pre-wired.
Create a project
npm and pnpm create add a create- prefix to the name you pass. Use @gofore-gds/app (not create-app):
npm create @gofore-gds/create-app@latest my-project
# or
pnpm create @gofore-gds/create-app@latest my-projectWrong (404 — resolves to @gofore-gds/create-create-app):
npm create @gofore-gds/create-app@latest my-project # don't use thisDirect CLI (same package, no naming quirk):
npx create-gofore-gds-app my-projectPublished package name on npm: @gofore-gds/create-app.
The scaffolded app includes MainHeader (GDS site header) at the top of every page — not a generic GDS docs-style header.
AI agent rules (automatic)
Each scaffolded project includes:
AGENTS.md— canonical pointer for Claude Code and other agents.cursor/rules/gds-llm-agents.mdc— always-on Cursor rule.cursor/rules/gds-compliance-review.mdc— Gofore GDS compliance review + mandatory Delivery audit report (all categories, PASS / WARNING / FAIL).cursor/rules/gds-accessibility.mdc— WCAG review + lint after UI changesCLAUDE.md— Claude Code supplement.github/copilot-instructions.md— GitHub Copiloteslint+eslint-plugin-jsx-a11y—npm run lintcatches common a11y issues in JSX
All rules point agents to node_modules/@gofore-gds/react/GDS_FOR_LLM_AGENTS.md after install.
