Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 591 Bytes

readme.md

File metadata and controls

37 lines (25 loc) · 591 Bytes

Petersen Parts

Shopify theme development for Petersen Parts

Shopify API

To set the Shopify API fields, create a file named gulpfile.js/shopify.json

{
  "api_key": "",
  "api_password": "",
  "store_url": "domain.myshopify.com"
}

Watch & auto-deploy

gulp watch

Manually deploy

gulp deploy

Options

--prod

gulp deploy --prod

Deploys to the production store. To use this, instead of gulpfile.js/shopify.json, you'll need shopify-dev.json and shopify-prod.json respectively