[store-name].myshopify.com
https://[store-name].com/?preview_theme_id=[THEME_ID]
It is recommended for this project to use Shopify CLI
Using the Shopify CLI, can run locally using:
shopify theme dev -s store-name
The -s
is shorthand for --store
. It should be noted that .myshopify.com
is not necessary to pass for the store-name.
If working out of the the customizer and need to save updated sections use:
shopify theme dev --theme-editor-sync -s store-name
- Initial release