Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.03 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.03 KB

Design System with Storybook

Challenge: Develop a Design System of React Components using Storybook as documentation
Knowledges used and learned:

Functionalities implemented:

  • Storybook
  • Monorepo, turbo
  • CI GitActions deploy
  • Design System
Components
  • Button
  • Heading
  • Text
  • TextInput
  • Textarea
  • Checkbox
  • Avatar
  • MultiStep
  • Tooltip
  • Toast

Techs:

Rickelme used Typescript Rickelme used Vite Rickelme used Vite

How to run:

First, install and run the development server:

# root file:
npm install

# root file:
npm run dev