Shopify theme for New Breed by Yak based on the Dawn theme.
References:
Fork Dawn theme.
- Setup GitHub CI Actions
- Migrate/implement all features from theme versions 2.X.X
When Shopify makes improvements to the Dawn theme, we can choose to implement those changes by adding the upstream (if it is not already setup):
git remote add upstream https://github.com/Shopify/dawn.git
And pulling updates as they are released:
git fetch upstream
git pull upstream main