Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/inclusive-design/wecount-design-system

Design system for We Count.
https://github.com/inclusive-design/wecount-design-system

atomic-design design-system design-tokens eleventy

Last synced: 3 days ago
JSON representation

Design system for We Count.

Awesome Lists containing this project

README

        

# We Count Design System

[![BSD 3-Clause License](https://badgen.net/github/license/inclusive-design/wecount-design-system)](https://github.com/inclusive-design/wecount-design-system/)
[![Latest Release](https://badgen.net/github/release/inclusive-design/wecount-design-system)](https://github.com/inclusive-design/wecount-design-system/releases/latest)

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