-
Notifications
You must be signed in to change notification settings - Fork 365
3. Connect to your store
Slate will need the API credentials from your Shopify store before you start developing. These credentials can be provided to Slate via your project's .env
file.
⚠️ Slate will overwrite the existing code on thisSLATE_THEME_ID
with your local project's content. To avoid losing work, we suggest you go to /admin/themes and duplicate an existing theme to work from.
Go to your store's /admin/themes.xml,
and copy the id
for the theme you would like to update:
Alternatively, you can set the SLATE_THEME_ID
to "live" to update the published theme.
Navigate to your store's private apps page (/admin/apps/private).
Create a new private app and copy the password:
Assign the private app permissions to "Read and Write" for theme templates and theme assets:
Next: Start developing