Launch the Shopify + Gadget app for runtime validation.
This repo is a Shopify embedded app backed by Gadget. Use the development app config unless the task explicitly requires production behavior.
yarn install --frozen-lockfile.shopify CLI when available. If shopify is not
on PATH, use npx @shopify/cli@latest for the CLI commands below.Preferred path when shopify is installed:
shopify app config use shopify.app.development.tomlyarn shopify:devFallback path when shopify is not installed globally:
npx @shopify/cli@latest app config use shopify.app.development.tomlnpx @shopify/cli@latest app deploy --config shopify.app.development.toml --forcenpx @shopify/cli@latest app dev --config shopify.app.development.toml --no-update/product-types and confirm the
table renders and row editors can open.Ctrl+C when validation is complete.