/blog

Communication about the Australian Government Design System. Publish an article.

Primary LanguageNunjucksMIT LicenseMIT

Design System AU Blog

A website providing a place to talk about Design System AU.

Getting started

Install the correct node version using nvm:

nvm use

Install packages:

npm i 

Option 1: Build and start a dev mode

Build (once):

npm run build

Run:

npm run dev