Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
/ design-system-site Public archive

πŸ“š Documentation, rationale and accessibility guidance

License

Notifications You must be signed in to change notification settings

govau/design-system-site

 
 

Repository files navigation

Australian Government Design System - Website

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

Testing Branches

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

Prerequisites

  • Node.js 8 or higher, preferably the current LTS version.

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