@hatef_khodkar/storybook
v2.0.0
Published
custom story book library
Downloads
9
Readme
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:
Clone the repository:
git clone https://github.com/hkhodkar/story-book.git cd story-book
Install dependencies:
npm install touch ./.git/COMMIT_EDITMSG
Start Storybook:
npm run test:generate-output touch ./.git/COMMIT_EDITMSG npm run storybook
Running the Project
To run the project locally:
Start the development server:
npm storybook
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:
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.