From 65ab20318134562263749920711296f42b9e6342 Mon Sep 17 00:00:00 2001 From: Anna Draganova Date: Tue, 13 Aug 2024 11:46:41 +0300 Subject: [PATCH] docs: Add storybook commands for o3 and apps/for-everyone-website in the readme (#1771) --- README.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4d3f4ecfea..7177a53d86 100644 --- a/README.md +++ b/README.md @@ -104,11 +104,26 @@ brew install rg npm install ``` -3. Run the storybook. This will server storybook on , and open your web browser :) +3. Choose the appropriate command based on the project: - ```shell - npm run storybook - ``` + - For Origami's o2 components storybook, run the following command: + + ```shell + npm run storybook + ``` + + - For Origami's o3 components storybook, run the following commands: + + ```shell + npm run build-storybook -w apps/o3-storybook/ + npm run storybook -w apps/o3-storybook/ + ``` + + - For Origami Design System website, run the following command: + + ```shell + npm run dev -w apps/for-everyone-website/ + ``` ### Developing components