Contributing §
Thanks for wanting to contribute! Open a PR or an issue for anything.
When contributing §
- Add your name and ORCID at the bottom of any pattern you edit!
Local Development §
If you want to test the MkDocs site locally:
- Install MkDocs Material (requires Python):
bash
pip install -r .config/requirements.txt
pip install mkdocs-material
- Run the development server:
bash
cd .config
mkdocs serve
- View the site: Open your browser to http://127.0.0.1:8000
The development server will automatically reload when you make changes to any markdown files.