This module reveals which catalog rules are applied to a product.br/ You can see it from admin area in the product sheet's "Product Rules Price" section. br/, (*1)
Since this package is in a development stage, you will need to change the minimum-stability as well to the composer.json file:, (*2)
"minimum-stability": "dev",
After that, need to install this module as follows:, (*3)
composer require magento/magento-composer-installer composer require simone-baldini/product-rules-price
go to magento 2 project root dir and create following directory structure:br/ /app/code/SimoneBaldini/ProductRulesPrice br/, (*4)
to enable this module you need to follow these steps:, (*5)
bin/magento module:enable SimoneBaldini_ProductRulesPrice
bin/magento setup:upgrade
bin/magento setup:di:compile