Skip to content
Closed
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
24 changes: 24 additions & 0 deletions client/STORYBOOK.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Storybook

Storybook is available for component development and review.

## Local Development

```bash
pnpm --filter @cartridge/client storybook
```

## Build

```bash
pnpm --filter @cartridge/client build-storybook
```

## Vercel Deployment

The Storybook is deployed to Vercel with the following configuration:

- **Install Command:** `pnpm install --frozen-lockfile --ignore-scripts`
- **Build Command:** `pnpm --filter @cartridge/arcade build && pnpm --filter @cartridge/client build-storybook`
- **Output Directory:** `client/storybook-static`
- **Node.js Version:** 22.x