Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 796 Bytes

File metadata and controls

18 lines (11 loc) · 796 Bytes

CPSC 210: Software Construction Handbook

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.

Development

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:dev

Any changes pushed to main will automatically be deployed in the handbook.