cd extension && npm i && cd ..
cd frontend && npm i && cd ..If you need to add to the Utility extension, you will need to download it separately & install it locally:
cd ..
git clone git@github.com:shopgate/shopware6-utility.git
cd shopware6-user/extension
npm run utility:developYou can set up the ENV variables when running sgconnect or use a local .env file.
SW_ENDPOINT=http://localhost SW_ACCESS_KEY=SWSCMMJTYL... node $(which sgconnect) backend startIn [root]/extension create an .env file with content like this:
SW_ENDPOINT: "http://localhost"
SW_ACCESS_KEY: "SWSCMMJTYL..."
SW_LANG_ID: "fa964a97a1..."Run:
node -r dotenv/config $(which sgconnect) backend start