Before you begin
- A running Storybook instance or a deployed Storybook URL
- Node.js 18 or higher
- An API key from the Loracle dashboard (Project Settings > API Keys)
Publish your Storybook
Run publish
| Flag | Description |
|---|---|
<url> | URL of your running Storybook |
--version | Semver string (e.g. 1.0.0). Each publish creates a versioned snapshot of your catalog. |
--api-url | Override the Loracle API endpoint. Optional. |
CI/CD with GitHub Actions
Automate publishing on every release by adding a workflow to your repository..github/workflows/loracle-publish.yml