- Clone this repository to your local machine (e.g Visual Studio Code).
- Build the Docker-container in Docker Desktop
- Do this by typing the following command in the terminal: docker compose up
- Once the command is executed and the build is complete, the application should be accessible by typing this in your URL: localhost
- To shut down the application, run the following command: docker compose down
My code follows the PSR12 standard. Regarding the ERROR message: "24 | ERROR | Expected 1 space after closing brace; newline found" in if-functions.php, there seems to be an invisible newline or whitespace issue that's not immediately visible in my editor.