abair-components
v0.1.62
Published
<p align="center"> <a href="https://abair.ie/" target="_blank" rel="noreferrer"> <img width="100px" src="./public/assets/abair-logo-old.png" title="Abair Website"> </a> </p>
Downloads
66
Readme
Description
This repository contains a Storybook implementation of the component library for the Abair project. TSDX is used to streamline the creation of a Typescript library which can be used as an npm package.
Getting Started
This guide was used to start this project, and is a useful reference if you are new to TSDX.
Clone project from Github:
git clone https://github.com/JohnSloan8/abair-components.git
Install dependencies:
npm install #yarn install
Run TSDX:
npm start #yarn start
Open another terminal and run storybook:
npm run storybook #yarn run storybook
Updating the package
The npm package is named: abair-components
You will need to contact the administrator of the abair-components repository to get acccess to update the npm package.
Then, after making changes, update the version number in package.ts and run:
npm publish #yarn publish