0.0.0 • Published 8 months ago

storybook-cvzamannow v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

Storybook CV ZamanNow

Typescript + React + Storybook + Vite

A software development tool (development tool) used to develop, inspect, and deploy user interface components (UI components) in isolation. Usually, when we develop web-based applications, we build various UI components such as buttons, cards, headers, footers and many more.

Storybook allows us to visualize and interact with these components separately from the main application. In other words, we can create a story for each component and view it in isolation without having to interact with the rest of the application.

List of contents

Demos

-blum syap

Installation

  1. Clone this repository:

    git clone https://github.com/user_name/project_name.git
  2. Move to the project directory:

    cd design-system
  3. Install dependencies:

    npm install
  4. Delete package-lock.json:

    rm ./package-lock.json
  5. Install yarn:

    yarn install

Use

  1. To run Storybook:

    yarn storybook

Contribution

We really appreciate contributions from the community! If you wish to contribute, please follow the steps below:

  1. Fork this repository.

  2. Create a new feature branch:

    git checkout -b new-features
  3. Make the necessary changes and commit:

    git commit -m "Change description"
  4. Push the changes to the feature branch:

    git push origin new-features
  5. Create a Pull Request in this repository.