# @impact-market/ui

[![NPM](https://img.shields.io/npm/v/@impact-market/ui.svg)](https://www.npmjs.com/package/@impact-market/ui) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

[impactMarket design system](https://impactmarket-ui.vercel.app/)


## Install

```bash
yarn add @impact-market/ui
```

## Develop

1. Clone it
```bash
git clone git@github.com:impactMarket/ui.git
```

2. Install [nvm](https://github.com/nvm-sh/nvm) then run it and install the correct version if needed
```bash
nvm use
```

3. Install project
```bash
yarn install
```

4. Develop
```bash
yarn storybook
```


## TODO
- Write project aspects
- Write development notes