From 1239dbf4ef3d354efac7b8183e19c20db96513ab Mon Sep 17 00:00:00 2001 From: p-sw Date: Sat, 18 May 2024 21:29:26 +0900 Subject: [PATCH] docs: update README add install packages & run storybook in local development environment building section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 ```