We Count Design System

BSD 3-Clause License Latest Release

This is the design system for the We Count website. It is based on original ISC-licensed code by Trys Mudford.

Usage

To run the design system microsite in local development mode:

npm start

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

npm run build

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

npm run dist