##Datamynt UI Library
This repo is intended to contain the whole UI components for building Datamynt products.
The application is based on **storybook**, to know more checkout -> https://storybook.js.org

### 1. Installing

Use `yarn install` to install all packages locally

### 2. Develop

Run `yarn storybook` to open storybook locally

### 3. Sync with other DM apps locally

We use `yalc` for local development and testing across our apps. Learn more here -> https://github.com/wclr/yalc

### 4. Snapshot tests

We use snapshots for regression testing. Use `yarn test:update-snapshots` to update tests after validating
everything is ok.

For more info and deploy process check -> https://datamynt.atlassian.net/wiki/spaces/DAT/pages/562036737/DataMynt+Components+Library
