docs: update README

add install packages & run storybook in local development environment building section
This commit is contained in:
p-sw 2024-05-18 21:29:26 +09:00
parent 63e92111f6
commit 1239dbf4ef

View File

@ -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
```