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:

curl -sSL https://get.docker.com/ | sh

Then install Docker Compose by following the instructions here.

Finally, assign yourself to the Docker group:

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/.