All the information about the CLAM Community (i.e., community mission, instructions to join the Zulip Community, contributing, governance) is visible on the CLAM Community Website.
This website codebase uses uv and mkdocs. To get started (assuming you have uv installed):
- clone this repo and
cdinto it - run
uv run mkdocs serveto set up the environment and run the development server
This project also uses pre-commit which you can optionally run locally (though not required as it's run in the cloud anyway).