Skip to content

Installation

Using npx

shell
npx mage-wizard@latest

Open http://localhost:3000 in your browser.

Using Docker

shell
docker run -p 3000:3000 -v <path-to-magento-root>:/magento clickandmortar/mage-wizard

Replace <path-to-magento-root> with the path to your Magento / Adobe Commerce root directory.

Open http://localhost:3000 in your browser, and when prompted, use /magento as the Magento root path.

NOTE

Remember to frequently run docker pull clickandmortar/mage-wizard to get the latest version.

Installing globally using npm

shell
npm install -g mage-wizard

mage-wizard

Open http://localhost:3000 in your browser.

Released under the MIT License.
This project is not affiliated with, endorsed by, or sponsored by Adobe Inc. "Magento" and "Adobe Commerce" are trademarks of Adobe Inc.
All trademarks and registered trademarks are the property of their respective owners.