to use the application, follow these steps:
- clone the repository.
- install docker on your machine.
- create a
.envfile in the root directory of the project and add all the stuff from .env.example - start the application by running the following command:
docker compose up # You can use --build to force update the image after git pull - profit. why are you stillr reading this?
