https://github.com/zesty-io/tsa-modules
https://github.com/zesty-io/tsa-modules
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zesty-io/tsa-modules
- Owner: zesty-io
- Created: 2024-07-18T16:21:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T18:11:42.000Z (almost 2 years ago)
- Last Synced: 2025-06-17T23:38:30.303Z (about 1 year ago)
- Language: SCSS
- Size: 1.56 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TSA Modules
This guide will walk you through the steps to publish Storybook in Chromatic.
## Prerequisites
Before you start, ensure you have the following:
- Node.js and npm installed
- Storybook set up in your project
- Zesty Chromatic account
## Steps
### 1. Install Dependencies
First, install all the dependencies
```bash
npm install
```
### 2. Publish Storybook in Chromatic
Second, run the chromatic command. This will publish the current main branch
```bash
npm run chromatic
```
### 3. View Published Storybook
After running the above command, Chromatic will build Storybook and publish it. You can view your published Storybook through the URL provided by Chromatic in the terminal output or checking on the Chromatic admin panel.
Example link: [Storybook live site](https://66a3ab7727d12c15c5e42353-fczjvllgyt.chromatic.com/)