Shopify Development

Develop Shopify themes and applications using the Shopify CLI.

felinics 3e2ac51 2 files · 12.0 KB Updated

File contents

Shopify Development

Identify the project

Inspect shopify.app.toml, theme files and package scripts. Run shopify version and use shopify help for the installed CLI. Keep the target store and development environment explicit; connector access does not authenticate the development CLI.

Develop and validate

For a theme, use shopify theme dev --store <store> and shopify theme check. For an App, use the existing project's shopify app dev workflow. Preserve the project's package manager and lockfile. Preview changes in the development store and check relevant page sizes.

Publish

Only run theme publishing, shopify app deploy, or store mutations when requested. Record the target store, version and resulting deployment URL. Do not publish to the live theme to obtain a preview.

Reference: https://shopify.dev/docs/api/shopify-cli

felinics/supermarket/tree/main/registries/memoh/apps/shopify/skills/shopify-development commit 3e2ac51902

Frequently asked questions

npx skillmds@latest add felinics/shopify-development