Lessons Learned#
Use a Monorepo for Joint Tool and Website Development#
During the campaign, we organized our shared website in a Git repository and maintained a separate Python package in another repository.
We found that when tools and documentation are developed side by side, using a monorepo structure simplifies coordination, development workflows, and maintenance.