Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nationalarchives/design-system
Design your service using National Archives styles, components and patterns
https://github.com/nationalarchives/design-system
design documentation frontend nodejs nunjucks
Last synced: 2 months ago
JSON representation
Design your service using National Archives styles, components and patterns
- Host: GitHub
- URL: https://github.com/nationalarchives/design-system
- Owner: nationalarchives
- License: mit
- Created: 2023-07-10T14:14:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T15:56:18.000Z (3 months ago)
- Last Synced: 2024-09-27T07:43:02.535Z (3 months ago)
- Topics: design, documentation, frontend, nodejs, nunjucks
- Language: Nunjucks
- Homepage: https://nationalarchives.github.io/design-system/
- Size: 1.34 MB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Design System
[![Licence](https://img.shields.io/github/license/nationalarchives/design-system?style=flat-square)](https://github.com/nationalarchives/design-system/blob/main/LICENCE)
The National Archives Design System provides advice on how to design National Archives platforms and services.
## Quickstart
```sh
# Install dependencies
npm install# Build, watch and run server
npm start
```