Storybook
Run it locally#
yarn storybookRun it via Docker#
If you'd rather not install dependencies locally, the repo ships a docker-compose.yml:
docker-compose upEither way, Storybook opens at:
http://localhost:6006
The hosted Storybook#
You can also browse the components without running anything locally, on the hosted instance:
What's next#
Once you're comfortable browsing components, testing covers how those same components are tested with Vitest and React Testing Library.
