Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 311 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 311 Bytes

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