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 |
docker/ | Docker compose resources for dev, test, production |
docs/ | Source code for the https://wizarr.org website |
misc/release/ | Scripts for version bumps and draft releases |
apps/wizarr-backend/ | Source code for the wizarr-server docker image |
apps/wizarr-frontend/ | Source code for the web |