govau / design-system-site

📚 Documentation, rationale and accessibility guidance
https://designsystem.gov.au
MIT License
83 stars 26 forks source link
accessibility australia design design-systems documentation government rationale static-site

The Australian Government Design System has been decommissioned Visit our community page for more information

Australian Government Design System - Website

Branches

All branches ending with -test will go live automatically to https://designsystem[your-branch-name]-test.apps.y.cld.gov.au.

Prerequisites

NOTE: If you're developing on Windows, please ensure that your local npm configuration is using a shell that supports UNIX like folder pathing ( i.e a/unix/path rather than a\\windows\\path ).

Install

Once cloned or downloaded, install the dependencies:

npm install

Then run the build:

npm run build

To run the watch while developing and spin up a local server run:

npm run watch