git submodule update --init
Here you can update the host/user/password to match a magento store you have an admin password for.
cp local.env.example local.env
docker-compose -f without-magento.yml up
sudo vim /etc/hosts
# add these lines
0.0.0.0 pwa.m2
0.0.0.0 shop.pwa.m2
That's it!, it will take some time the first time around as all of the images will be built/downloaded.
You can now access:
- graphql UI: http://0.0.0.0:8001/graphql
- pwa: https://pwa.m2
-
I cloned the repo, but the submodule folders are empty
git submodule update --init
-
How do I pull the latest commits from all submodules?
git submodule update --recursive --remote