Skip to content

Shopify debut theme optimised with Pixboost for wroom-wroom.myshopify.com

License

Notifications You must be signed in to change notification settings

Pixboost/shopify-wroom-wroom-debut

Repository files navigation

shopify-wroom-wroom-debut

Shopify Debut theme integrated with Pixboost Image CDN.

The main purpose of using Pixboost Image CDN is to improve the performance of a Shopify store. The performance results compared to the original Debut theme here:

Demo store: wroomwroom.myshopify.com

We wrote a blog about integrating techniques and performance results here.

Installation

To install the theme on your Shopify store, please follow the instruction from our help.

Developing

Follow Shopify Theme Kit instructions.

Using MS Visual Code with vscode-luquid plugin works the best for us.

Running

Set your private app password to the environment variable:

export THEMEKIT_PASSWORD=<APP_PASSWORD>

In two terminals:

  • To preview changes: theme open --env=development
  • To watch and upload changes: theme watch

Building a release

  • To build a release zip zip -r debut-pixboost-<VERSION>.zip . -x@package_exclude.lst
  • Create a new release in GitHub and attach a zip created in the above step