Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 501 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 501 Bytes

Models Storybook

Style guide made on Storybook for Models.com.

Tech Stack

Storybook, Github Pages, SCSS

Run Locally

Install dependencies with npm

  npm i

Run the storybook script

  npm run dev



Deployment

When a commit gets pushed to the main branch, a GitHub action gets triggered in order to publish the changes to Github Pages and review the visual changes.

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

Authors