Skip to content

ppled/site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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