Points to repositories with frontend and backend respectively of an e-store (i.e. have them as submodules): custom versions of commerce as FE and vendure as BE.
After cloning this repo, you should initialize and update the submodules
git submodule init
git submodule update
which ends up cloning the submodules in your local.
To keep your local submodules up to date you can run at the store repo
git pull --recurse-submodules
For more info about git submodules check https://gist.github.com/gitaarik/8735255.
- Create a file named
store.env.sh
with content taken fromstore.env.sh.template
- Declare the env variable
STORE_ROOT
as the path of this repository in your local machine - Finally, run the
store.env.sh
script with the following command
. store-env
or
source store-env