Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 2.17 KB

CONTRIBUTING.md

File metadata and controls

57 lines (40 loc) · 2.17 KB

Contributing

Developing

Testing

The site can be tested locally using mkdocs serve once Python dependencies are installed.

# Install Python dependencies
poetry install --no-root

# Serve the site locally
poetry run mkdocs serve

The "serve" task can automatically perform these steps.

# Run the "serve" task
task serve

Deploying

To trigger a deployment

Troubleshooting

  • macOS systems can show error for a missing "cairo" library, with various names. brew install cairo should resolve the errors.

The repository uses Git LFS for image storage, if you have not installed and set up Git LFS before cloning the repository, the images will download incorrectly.

The easiest way to resolve it is to delete the clone and re-clone the project.

There is an open issue for a more elegant solution from Git LFS: git-lfs/issues/325