The book is a collection of articles and tutorials on how to use the Delphi tooling effectively.
The book is written with Quarto (which can be installed here). To compile the book, run the following commands:
# Install the R dependencies
R -e 'install.packages(c("pak", "rspm", "renv"))'
R -e 'renv::restore()'
# Compile the book and preview it
quarto preview
We use Quarto's freeze feature to re-render only the qmd files that have changed. To force a re-render of a page, run this command:
quarto render <name.qmd>