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.
To install the theme on your Shopify store, please follow the instruction from our help.
Follow Shopify Theme Kit instructions.
Using MS Visual Code with vscode-luquid plugin works the best for us.
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
- 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