Get code
or, if you have already cloned it, get submodules contents :
Test local code
Test-run in container rebuilt from local repo
You may edit the code in your local copy of the repo, rebuild the container, and test the changes:
develop backend
You may wish to work on the backend app. As the "make run" makes sure to mount the current dir contents under /src in the container, you can proceed as such (no compilation of the Python code):