Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months ago
JSON representation
Design system for Common Horizon / Horizon commun.
- Host: GitHub
- URL: https://github.com/commonhorizoncommun/design-system
- Owner: commonhorizoncommun
- License: mit
- Created: 2024-02-03T14:45:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-01T14:41:41.000Z (5 months ago)
- Last Synced: 2024-10-01T09:04:20.394Z (4 months ago)
- Topics: atomic-design, design-system, design-tokens, eleventy
- Language: CSS
- Homepage: https://design-system.commonhorizoncommun.org/
- Size: 6.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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
```