Installation from Fork
Generally, the installation follows the same flow as the ScandiPWA projects, but instead of installing from template using create-scandipwa-app
you will need to clone the project from the source.
Prerequisites
You need to have Git, Node (version >= 12), and Yarn installed
You also need to fork the ScandiPWA repository to be able to create pull requests.
Setting Up
Clone the ScandiPWA repository:
Install dependencies with yarn
:
Now, you can go ahead use ScandiPWA in the following modes:
Storefront mode
Just enter the ScandiPWA package directory and run the start
command. Alternatively, use any other available command from this list.
Magento mode
You can follow the original instructions (starting from step 3), but make sure to use the package path, not the cloned repository path packages/scandipwa
.
Last updated