Streamlined static site POC for australia.gov.au
Looking to add or modify site content? Follow our Wiki guide!
This project prefers for you to have NodeJS LTS installed and preferences Yarn over NPM. At the time of writing the latest stable version of Node is v8.11.3
.
Download the required node modules.
# NPM
npm install
# Yarn
yarn install
Launch a local development environment with hot reloading.
# NPM
npm dev
# Yarn
yarn dev
This project is a static nginx deployment hosted on cloud.gov.au. A preview of the staging environment can be seen at: https://new-ausgov.apps.y.cld.gov.au/. For now, changes made to the develop
branch are automatically published to the staging site listed above.