Hackey Finance component library
A component library package for sharing components between Hackney's services.
Installation
NPM
npm i @hackney/mtfh-finance-components
Yarn
yarn add @hackney/mtfh-finance-components
Development
This package expects you use yarn
as the package manager, and use node
with version 16.13.0
.
Storybook
You can review components with storybook with yarn storybook
Chromatic
You can find the deployed chromatic here.
Release
In order to publish the library you must be added to Hackney organization in NPM.
- Login to NPM
npm login
- Run the release script from
master
branch and follow the steps
npm run release
- After successful publishing, release draft will be created on Github. Review it, update the description and publish.