story-book

Project Name

Welcome to the @Hatef/storybook! This project is a collection of React components developed using Storybook.

Table of Contents

Setup

To get started with the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/hkhodkar/story-book.git
    cd story-book
    
  2. Install dependencies:

    npm install
    touch ./.git/COMMIT_EDITMSG
    
  3. Start Storybook:

    npm run test:generate-output
    touch ./.git/COMMIT_EDITMSG
    npm run storybook
    

Running the Project

To run the project locally:

  1. Start the development server:

    npm storybook
    
  2. Open your browser and navigate to http://localhost:6006 to view the Storybook.

Live URL

You can view the live version of this Storybook at the following URL:

Live Storybook URL

Contributing

We welcome contributions! Please read our CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.