Skip to content

Files

Latest commit

73dbbd5 · Jul 10, 2025

History

History

.storybook

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 29, 2021
Oct 29, 2021
Jun 21, 2024
May 27, 2025
Sep 29, 2021
Jun 3, 2022
Feb 27, 2025
Jun 11, 2024
Jun 11, 2024
Feb 27, 2025
Feb 27, 2025
Jun 20, 2023
May 2, 2025
Feb 6, 2021
Jul 10, 2025
Apr 10, 2025
Apr 1, 2022
May 20, 2020
Jun 10, 2025
Jun 27, 2025

Storybook

We're currently using Storybook as part of our design system. To run Storybook and test some of our UI components, clone the repo and run the following:

yarn
yarn storybook

You should then see:

info Storybook started on => http://localhost:6006/

In your browser, navigate to http://localhost:6006/ to see the Storybook application. From here, you'll be able to easily view components and even modify some of their properties.