This repository uses docker for an easy setup. It also provides a Makefile for the most common used commands to run the project. Here are the provided commands:
make upto start the project in the background.make up-buildto build the docker image and run the project in the background.make logsto follow the logs of the WordPress container.make downto destroy the containers.make restartto destroy the containers and create new ones in the follow-up.