# MWT Styled Components Library

Standardized component library based around `styled-components` for use across all MWT React-based systems.

## Available Commands

When committing new work to the repository **lint** and **prettier** are run automatically. When **publishing to NPM** build is run automatically.

```bash
npm start # Starts up storybook and watches src/ for changes.
npm run build # Create a production build.
npm run lint # eslint using our standard configuration
npm run prettier # prettier using our standard configuration
```
