Skip to content

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:

  1. Install MkDocs Material (requires Python):

bash pip install -r .config/requirements.txt pip install mkdocs-material

  1. Run the development server:

bash cd .config mkdocs serve

  1. 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.