## Issues / Suggestions

Bug fixes & enhancments can be raised on the [GitHub repository](https://github.com/emortlock/tailwind-react) though the standard use of issues / pull requests.

## Working on the library

```bash
npm start
```

Runs the [styleguidist](https://react-styleguidist.js.org/) site

```bash
npm test
```

Runs the [jest](https://jestjs.io/) component tests

```bash
npm run lint
```

Uses [eslint](https://eslint.org/) & [prettier](https://prettier.io/) to check & format the code style

```bash
npm run build
```

Transpiles the components to create the distributable lib bundles

```bash
npm run docs
```

Creates the static version of the styleguide site for deployment
