It can be run locally as a node app (node.js version 7+) by running:
npm install
NODE_ENV=development ./node_modules/.bin/webpackwebpack --mode development
It can also be run on Docker by running:
docker compose -f "docker-compose.yml" up -d --build
Once the webpack build is complete, the compression tool will run on http://localhost:8089