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.
If you find any errors in these materials, please open a Pull Request so we can review and incorporate your fixes. Pull requests that are associated with individual chapters are much easier to review than wider-ranging changes.
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.