Skip to content

Commit

Permalink
docs: Add storybook commands for o3 and apps/for-everyone-website in …
Browse files Browse the repository at this point in the history
…the readme (#1771)
  • Loading branch information
AnnaDraganova authored Aug 13, 2024
1 parent 7547d58 commit 65ab203
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,26 @@ brew install rg
npm install
```

3. Run the storybook. This will server storybook on <http://localhost:6006>, 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

Expand Down

0 comments on commit 65ab203

Please sign in to comment.