This guide explains how to set up Git submodules for the repositories automation-api-service-generator, automation-frontend, automation-config-service, and automation-mock-service
Clone the workbench repository if not already done:
git clone https://github.com/Workbench-Retail/workbench.git
cd workbenchInitialize and fetch submodule contents:
git submodule update --init --recursiveFor others cloning workbench:
git clone --recurse-submodules https://github.com/Workbench-Retail/workbench.git
cd workbench