The Australian Government Design System has been decommissioned Visit our community page for more information
All branches ending with -test
will go live automatically to https://designsystem[your-branch-name]-test.apps.y.cld.gov.au
.
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.ea/unix/path
rather thana\\windows\\path
).
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