You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains slide decks for Clean Code conversations and classes.
Development
Install Node.js 24 or later, Pandoc, and LaTeX. Then install the development dependencies and run
the validation and rendering steps:
npm ci --ignore-scripts
make check
make -j
Everything under _site is generated. Each deck renders to a PDF, and the published index page is
built from the Curriculum section below via index.template.html and index.lua, so the tables
here are the only place the curriculum is edited.