Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

signifly/models-storybook-copy

 
 

Repository files navigation

Models Storybook

Style guide made on Storybook for Models.com. A compressed style file is hosted on GitHub through jsDelivr and can be fetched as CDN so it is used by the client.

Tech Stack

Storybook, Chromatic, SCSS

Run Locally

Install dependencies with npm

  npm i

Run the storybook script

  npm run storybook



Deployment

Before pushing a change to any branch, the SCSS files need to be compiled to both a CSS file and a compressed CSS file.

To do this, run:

  npm run sass

Make sure you push these updated files along with your changes to the main branch.

When a commit gets pushed to the main branch, a GitHub action gets triggered in order to publish the changes to Chromatic and review the visual changes. This is where the client reviews the Storybook as well.

GitHub action setup file: .github/workflows/chromatic.yml

Authors

Lead Developer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.1%
  • SCSS 44.9%