This repository contains the source of the CPSC 210 online handbook. While the first draft will be ready by the start of 26W1 (Sept 9, 2026), it will be rapidly changing before then and will still evolve as the term progresses. Unless you're developing the text, you probably just want to use the handbook link above.
Content is written in markdown in the docs/ directory and rendered using vitepress.
You can preview your changes locally by running:
pnpm install
pnpm docs:devAny changes pushed to main will automatically be deployed in the handbook.