Magento 2.x CE module for accessing admin in demo mode.
-
Use composer to download the module:
composer require mageware/magento2-admin-demo
-
Enable downloaded module:
php bin/magento module:enable MageWare_Common MageWare_AdminDemo
-
Upgrade your database:
php bin/magento setup:upgrade