Project guided by Rocketseat in its event Ignite Lab, at your third edition teaching design system and useful tools as Figma and Storybook.
- Components preview
- Login page example preview
- https://scriptcamilo.github.io/ignite-lab-design-system/
- https://www.figma.com/Ignite-Lab-Design-System
Clone the project
git clone git@github.com:ScriptCamilo/ignite-lab-design-system.gitGo to the project directory
cd ignite-lab-design-systemInstall dependencies
npm installStart the server with Vite to visualize just the login page example
npm run devStart the server with Storybook to visualize the design system
npm run storybookTo run tests, run the following command
npm run test-storybookHere is the Rocketseat repository of this project