Repository Folder Structure
Our GitHub Repository is a monorepo and includes the following folders:
| Folder | Description |
|---|---|
.github/ | Github templates and action workflows |
.vscode/ | VSCode debug launch profiles |
cli/ | Source code for the work-in-progress CLI rewrite |
docker/ | Docker compose resources for dev, test, production |
design/ | Screenshots and logos for the README |
docs/ | Source code for the https://docs.opennoodle.de website |
machine-learning/ | Source code for the gallery-ml docker image |
misc/release/ | Scripts for version bumps and draft releases |
mobile/ | Source code for the mobile app, both Android and iOS |
server/ | Source code for the gallery-server docker image |
web/ | Source code for the web |