This repository contains the source code to create the austraits.org website https://austraits.org/
- Install the Quarto software
- Clone this repository to your local computer
- Open the .Rproj file using RStudio
- Install renv the R package
renv::restore()
(This may take a while if it is your first time rendering the website)- Click on any .qmd files and click on Render.
Alternatively, once you have completed steps 1-5
- Navigate to the 'Terminal' pane and type
quarto render
and hit enter - Once the book has been rendered and the terminal is free, type
quarto preview
and hit enter
This should open the book in your View Pane or default browser