Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/commonhorizoncommun/design-system

Design system for Common Horizon / Horizon commun.
https://github.com/commonhorizoncommun/design-system

atomic-design design-system design-tokens eleventy

Last synced: 3 days ago
JSON representation

Design system for Common Horizon / Horizon commun.

Awesome Lists containing this project

README

        

# 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
```