Challenge: Develop a Design System of React Components using Storybook as documentation
Functionalities implemented:
- Storybook
- Monorepo, turbo
- CI GitActions deploy
- Design System
- Button
- Heading
- Text
- TextInput
- Textarea
- Checkbox
- Avatar
- MultiStep
- Tooltip
- Toast
First, install and run the development server:
# root file:
npm install
# root file:
npm run dev