Source: https://drive.google.com/file/d/1C148FRnWfXVoRDslDWcYac3bEhebdIAV/view
To access the app via GitHub Pages, simply visit the following link:
https://bondar-sasha.github.io/Custom-components-lib/
- Clone the repository:
git clone https://github.com/Bondar-Sasha/Custom-components-lib
- Navigate to the project directory:
cd Custom-components-lib - Install dependencies:
npm ci
- Run Storybook:
npm run storybook
- Download the ui-kit:
npm i app-for-testing-ui-kit
- index.jsx
import "custom-components-lib-test-react/dist/index.css" - component.jsx
import { BasicButton } from 'custom-components-lib-test-react'