documentation/CONTRIBUTOR.md tells a new contributor to start a local Redis with:
docker compose -f docker-compose-redis.yml up -d
There is no docker-compose-redis.yml at the repository root — only docker-compose.yml and docker-compose-test.yml. So the documented first step of running NodeNorm locally fails.
Either add the file (a Redis-only compose is genuinely useful, since docker-compose.yml also starts the web service) or point the docs at the right existing file.
documentation/CONTRIBUTOR.mdtells a new contributor to start a local Redis with:There is no
docker-compose-redis.ymlat the repository root — onlydocker-compose.ymlanddocker-compose-test.yml. So the documented first step of running NodeNorm locally fails.Either add the file (a Redis-only compose is genuinely useful, since
docker-compose.ymlalso starts the web service) or point the docs at the right existing file.