Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 651 Bytes

File metadata and controls

25 lines (16 loc) · 651 Bytes

Foundations of Computer Vision

Cloning (Large Repo)

⚠️ This repo is large!!

For a faster clone:

git clone --depth=1 git@github.com:Foundations-of-Computer-Vision/visionbook.git

Local Development

  1. Install Quarto — download the CLI and verify with quarto --version

  2. Preview the book:

    quarto preview

    This opens a live-reloading browser tab at localhost:<port>.

Content

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.