Onboarding existing themes
Vanilla Shopify OS1 and OS2 themes can be on-boarded to SALVO-TS relatively easily.
Onboarding guide
This guide assumes your theme is a plain theme (it does not already use a compiler or build step) and that it has all of it's CSS and JS in a few simple assets (i.e. assets/theme.css and assets/theme.js).
Themes which use an existing compiler, or which have their CSS and JS distributed across many files may have some extra complications.
- TODO