You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2026. It is now read-only.
Things begin in the hands of the design team. They create style variables, components, mockups, and more on Figma. Developers have access to this Figma file and follow it for interface integration. To do this, they begin by integrating the components into our Storybook and then use them when creating the different interfaces.
We use GitHub action as CI/CD tools. We have two workflows:
The first one, push the changement of the storybook on our chromatic app. In this place the design team can check and validate that all new integrations or changes are done correctly. This is done on any new git push.
For deployment we use Vercel as our host service provider, every modification on the main branch is pushed automatically to our Vercel server.