Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions storybook/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
### Install Dependencies

```bash install dependencies
```bash
# Install dependencies
npm install
```

```bash update dependencies
```bash
# Update dependencies
npm update
```

### Build Project

```bash
# Build the project
npm run build
```

### Run Storybook

```bash
# Start Storybook
npm run storybook
```

Expand Down