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 [email protected]:ScriptCamilo/ignite-lab-design-system.git
Go to the project directory
cd ignite-lab-design-system
Install dependencies
npm install
Start the server with Vite to visualize just the login page example
npm run dev
Start the server with Storybook to visualize the design system
npm run storybook
To run tests, run the following command
npm run test-storybook
Here is the Rocketseat repository of this project