From 0ece83293e0652320697afa4db8af55dd1b4372d Mon Sep 17 00:00:00 2001 From: iu Date: Wed, 5 Aug 2026 09:37:50 +0000 Subject: [PATCH 1/2] docs: fix local Storybook link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ab679ae6..3f544d9d8 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ yarn build yarn storybook ``` -4. Open your browser on (port 6006)[http://localhost:6006]. +4. Open [http://localhost:6006](http://localhost:6006) in your browser. Note: For Windows user, please use [WSL2 Linux](https://learn.microsoft.com/en-us/windows/wsl/install) to execute all the commands above. Make sure that the repository is cloned on the linux folder, not on your C drive. From 7c0a659f88287902d147d27b4092468046908f6a Mon Sep 17 00:00:00 2001 From: iu Date: Wed, 5 Aug 2026 11:11:41 +0000 Subject: [PATCH 2/2] docs: clarify Storybook start step --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f544d9d8..ea7508808 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ yarn yarn build ``` -3. Start the application +3. Start Storybook ```bash yarn storybook