diff --git a/README.md b/README.md index ca5d23a..1916e12 100644 --- a/README.md +++ b/README.md @@ -73,4 +73,10 @@ My goal is to create **fully typesafe**, **highly customizable** component with corepack enable corepack install yarn@4.2.2 corepack use yarn@4.2.2 + +# Install Packages +yarn install + +# Run Storybook +yarn workspace react storybook ```