This guide aims to explain how to set up an aurweb environment for local development and testing.
We'll make use of the containerized (docker) version of aurweb.
We need docker-compose
to be able to build our set of containers.
For development and testing we need python-poetry
which creates a virtual environment
and installs all required python packages for us.