This project contains the source files for the UTS undergraduate subject 23005 Behavioural Economics.
These notes are written using Quarto. To render these notes, you will need to have Quarto installed. You can find installation instructions on the Quarto website.
Once Quarto is installed, you can render the entire project (which is configured as a Quarto website) by navigating to the project's root directory in your terminal and running:
quarto renderThis command will process the .qmd files and generate the outputinto a _book directory.
To preview the website locally as you make changes, you can use:
quarto previewThis will render the site and open it in your web browser, automatically refreshing when you save changes to the source files.
The configuration for the website, including deployment details (such as the target website URL), can be found in the _quarto.yml file in the root of this project.