DEV Community

Rajasekar Thangavel
Rajasekar Thangavel

Posted on • Edited on

Shopify Installation

CLI Installation

npm install -g @shopify/cli@latest 
Enter fullscreen mode Exit fullscreen mode

Connect with github
https://shopify.dev/docs/api/github-app

Pull the theme in local

shopify theme pull --store {store-name}
Enter fullscreen mode Exit fullscreen mode

https://shopify.dev/docs/storefronts/themes/getting-started/customize

Customize theme

shopify theme dev
Enter fullscreen mode Exit fullscreen mode

Local theme sync

shopify theme dev --theme-editor-sync
Enter fullscreen mode Exit fullscreen mode

Push development theme to live

shopify theme push -a
Enter fullscreen mode Exit fullscreen mode

Change the live theme from local development

shopify theme dev --theme <<ID>>
Enter fullscreen mode Exit fullscreen mode

https://shopify.dev/docs/storefronts/themes/getting-started/customize

Theme commands

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

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs