Kitchen-sink Vite app for trying @cfpb/design-system-react as a standalone consumer — how components look and interact together outside Storybook.
yarn install
yarn devStyles are loaded in src/main.tsx via import '@cfpb/design-system-react/index.css' (Pattern A). Edit src/App.tsx to add or exercise components.
- Main: https://cfpb.github.io/dsr-test/ (deploys on push to
main) - PR previews: https://cfpb.github.io/dsr-test/pr-previews/pr-N/ (via
.github/workflows/pr-preview.yml)
After the first deploy, set the repo’s Pages source to the gh-pages branch (root) if it is not already.