Skip to content

Latest commit

 

History

History
executable file
·
41 lines (26 loc) · 961 Bytes

README.md

File metadata and controls

executable file
·
41 lines (26 loc) · 961 Bytes

GOLD Design System, previously known as the Australian Government Design System - Website

https://gold.designsystemau.org

Prerequisites

nvm use

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

For the first time, run prebuild to install AuDS:

npm run prebuild

Then run the build:

npm run build

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

npm run watch