/designsystem

📚 Documentation, rationale and accessibility guidance

Primary LanguageJavaScriptMIT LicenseMIT

Australian Government Design System

Production CircleCI Staging CircleCI
https://designsystem.gov.au https://designsystem.apps.y.cld.gov.au
user: ds, pass: ds

Branches

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

Install

To run this repository please install node 6 or higher.

Once cloned/pulled/downloaded install 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