Guides — devops

Simple shared theme dev workflows with Shopify

Posted by Cameron Shaw on

Simple shared theme dev workflows with Shopify

What we needed: The ability for multiple developers (1-3), working on the same projects, from multiple remote locations and various local environments (windows/mac), to have simultaneous access to a shared workspace, with the ability to push to production.  Obviously things like Git and SVN are industry standards, but a bit difficult to use with Shopify. One of the major complications is that as a fully self-hosted backend solution, you can't deploy a local Shopify instance, and you can only push to production via the API. Themekit is a utility that can monitor for changes in a local repository (aka folder), and then push those...

Read more →