https://boisgera.github.io/python/
First install Bun, then the project dependencies with bun install.
To preview the book locally while editing:
bun run devTo build a static version of the book site:
bun run buildThe output files will be in the dist directory. You can preview them with bunx serve dist.
Note: Node.js users can substitute npm for bun and npx for bunx.

