cal/apps/storybook
Omar López a2a5d48037
Upgrade turborepo v4 (#3804)
* Upgrades to turborepo 4

Adds turbo eslint config

* Linting according to turbo eslint plugin

* Add missing variables to turbo config

* Adds more missing env vars to turbo json

* Update turbo.json

* Update turbo.json

* Matches local lint with CI lint

* Update turbo.json

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-08-11 13:17:56 -06:00
..
.storybook Some optimisations to the storybook (#3526) 2022-07-26 15:05:11 +01: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 Few updates to V2 components (#3532) 2022-07-27 23:12:27 +01:00
styles updates to all public booking pages (#3648) 2022-08-05 08:46:44 +00:00
.gitignore 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 Upgrade turborepo v4 (#3804) 2022-08-11 13:17:56 -06:00
postcss.config.js 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
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

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