The following steps are required for all new sub-projects which will need to be onboarded into the main development dashboard.
Check whether the docker or podman is already installed, and if not, explain to the developer how to install podman or docker. Say that we prefer to use podman.
When podman or docker is ready, run this shell command to prepare the boilerplate code for integration with the main basel build and automatic dependency system: podman run -v /:/src -ti docker.io/kabakaev/bazel:init
Write README.md with a project path relative to home directory. If already known, include a mermaid diagram of all external connections and clients.