Overview

Storybook

Run it locally#

yarn storybook

Run it via Docker#

If you'd rather not install dependencies locally, the repo ships a docker-compose.yml:

docker-compose up

Either way, Storybook opens at:

http://localhost:6006

The hosted Storybook#

You can also browse the components without running anything locally, on the hosted instance:

storybook.tracktor.fr

What's next#

Once you're comfortable browsing components, testing covers how those same components are tested with Vitest and React Testing Library.


← Back: Local development · Next: Testing →

Updated

Was this page helpful?