# CHC Design System

To run the design system microsite in local development mode:

```bash
npm start
```

To build a static copy of the design system microsite, found at `./dist/`:

```bash
npm run build
```

To build the main CSS file, found at `./dist/static/css/main.css`:

```bash
npm run dist
```
