Provides an alternative admin dashboard for developers in Magento 2. Inspired by IntegerNet_DevDashboard for Magento 1.
composer require firegento/module-devdashboard
- PHP >= 7.4
- Magento >= 2.4.0
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
In the directory src/view/adminhtml/web/tailwind
run npm install
first.
While developing with CSS, it is recommended to work with the full stylesheet. To generate it, run npm run build-dev
in the same directory. Before committing, create the purged and minified CSS with npm run build-prod
.
If you need to add missing classes for new colors, you need to define them in src/view/adminhtml/web/tailwind/tailwind.config.js
Open Software License (OSL 3.0). Please see LICENSE for more information.