We're excited that you're interested in contributing to our project! This document outlines the guidelines for contributing to our codebase. We follow the Google Python Style Guide to maintain consistency and readability across our project.
Code Style We adhere to the Google Python Style Guide.
git clone https://github.com/openradx/adit.git
cd adit
poetry install
poetry shell
invoke compose-up
The development server of the example project will be started on http://localhost:8000
If a library dependency is changed, the containers need to be rebuilt (e.g. by running
invoke compose-down && invoke compose-up
).