Development =========== GitHub ------ Our projects are hosted on `GitHub `_. Docker ------ We use Docker to run our applications in software containers. Follow the steps below to install it for your preferred OS. Linux _____ Install Docker by running the following command: .. code-block:: bash curl -sSL https://get.docker.com/ | sh Then install Docker Compose by following the instructions `here `_. Finally, assign yourself to the Docker group: .. code-block:: bash sudo usermod -aG docker $(whoami) Mac ___ Install Docker Desktop on Mac, see https://docs.docker.com/desktop/mac/install/. Windows _______ Install Docker Desktop on Windows, see https://docs.docker.com/desktop/windows/install/.