Existing ScandiPWA Project Code Migration
Last updated
Ensure that your existing project scandipwa theme folder is named scandipwa.
Clone the instance repository following the instruction here.
Replace the following folders/files in the cloned repository root folder from your project:
app/etc/config.php
app/code
scandipwa
composer.json
composer.lock
package.json
Add scopes configuration to app/etc/config.php file following Magento reference example.
Perform local setup.
Push the code changes to ReadyMage.
Perform database migration.
Perform media migration.
Contact ReadyMage support.
Last updated