For a faster clone:
git clone --depth=1 git@github.com:Foundations-of-Computer-Vision/visionbook.git-
Install Quarto — download the CLI and verify with
quarto --version -
Preview the book:
quarto preview
This opens a live-reloading browser tab at
localhost:<port>.
Chapters are written in .qmd files (Quarto Markdown), which use syntax similar to Markdown with LaTeX math support. Quarto converts these to HTML for the website.