https://gold.designsystemau.org
Node.js
12 Optionally, use nvm (Node Version Manager) to install this:
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.ea/unix/path
rather thana\\windows\\path
).
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