cal.pub0.org/apps/storybook
sean-brydon 43a6e3f5ce
Fix V1 Colors (#3520)
2022-07-25 12:57:16 +01:00
..
.storybook Feat/design system (#3051) 2022-07-22 18:39:50 -06:00
pages Feat/design system (#3051) 2022-07-22 18:39:50 -06:00
public Feat/design system (#3051) 2022-07-22 18:39:50 -06:00
stories Feat/design system (#3051) 2022-07-22 18:39:50 -06:00
styles Feat/design system (#3051) 2022-07-22 18:39:50 -06:00
.gitignore Feat/design system (#3051) 2022-07-22 18:39:50 -06:00
README.md Feat/design system (#3051) 2022-07-22 18:39:50 -06:00
next-env.d.ts Feat/design system (#3051) 2022-07-22 18:39:50 -06:00
next.config.js Feat/design system (#3051) 2022-07-22 18:39:50 -06:00
package.json Feat/design system (#3051) 2022-07-22 18:39:50 -06:00
postcss.config.js Feat/design system (#3051) 2022-07-22 18:39:50 -06:00
tailwind.config.js Fix V1 Colors (#3520) 2022-07-25 12:57:16 +01:00
tsconfig.json Feat/design system (#3051) 2022-07-22 18:39:50 -06:00

README.md

Storybook & UI

Storybook is home to all of our commonly used components. We use this app to visually show all components that we have within the project + automatic type documentation generated for each component.

All changes to storybook/ui must require a visual/code review.

  • Visual reviews happen on a tool called Chormatic and these reviews will happen by our product team.

  • Code reviews happen as normal on any changes to storybook/ui designs

Deployment

To deploy this project run

  cd apps/storybook
  yarn dev