Build images;
make build-dev
For development;
make run-dev
Guys, the production side of things hasn't been setup by me, but in case you want to use this for production, you know what to do, use the below commands after adding the relevant prod file in docker compose folder.
For production;
make run-prod