Installation
Using npx
shell
npx mage-wizard@latestOpen http://localhost:3000 in your browser.
Using Docker
shell
docker run -p 3000:3000 -v <path-to-magento-root>:/magento clickandmortar/mage-wizardReplace <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-wizardOpen http://localhost:3000 in your browser.