Getting Started
===

```bash
npm install -S @readme/ui
```

### Scripts

Use these commands to develop and document UI components locally:

```bash
npm start     # start the local Styleguidist dev server
npm run watch # watch and rebuild, for local linked dev
```

Run this command to scaffold out a new element:

```bash
npm run elem -- ElementName
```

Use these commands to generate a production-ready bundle:

```bash
npm run build      # build ES, CJS, and UMD-compatible bundles
npm run docs:build # compile the static styleguide for release
```
