This book uses quarto.
# to install quarto the following command were run:
wget https://github.com/quarto-dev/quarto-cli/releases/download/v0.2.362/quarto-0.2.362-linux-amd64.deb
sudo dpkg -i quarto*
After you have installed quarto, run the following command to serve a local version of the book:
quarto::quarto_serve()