richardhpa-learnstorybook-design-system
v1.0.1
Published
Learning how to use storybook as documentation for a design system.
Readme
Learn Storybook Design Systems
Learning how to use storybook as documentation for a design system.
Follows the tutorial Design Systems for Developers from https://www.learnstorybook.com
Installation
git clone https://github.com/RichardHpa/learnstorybook-design-system
cd learnstorybook-design-system
npm installRunning Storybook
# Storybook will open on localhost:9009
npm run storybook