This is a simplified Shopify theme to be used as a "blank slate" starting point for theme designers.
It is based off of Shopify/skeleton-theme but is ported to utilize a Roots workflow.
- Install roots
- Run the following commands from your command line:
roots template add shopify https://github.com/kylemac/roots-shopify
roots new store-name --shopify
cd store-name
roots watch
- Write code
- Profit!