Based on Dawn Theme from Shopify.
Updates to this repo are automatically pulled in and deployed to the CNCF Shopify store.
We recommend using VS Code. There are several recommended extensions in /.vscode/extensions.json
which should be suggested for your use when opening this project.
To pull in the latest changes and updates to Dawn, you can add a remote upstream
pointing to the Dawn repository.
- Add an
upstream
remote that points to Shopify's Dawn repository:
git remote add upstream https://github.com/Shopify/dawn.git
-
Create a new branch i.e. updates.
-
Pull in the latest Dawn changes into your repository:
git fetch upstream
git pull upstream main
You can run it from a terminal with the following Shopify CLI command:
shopify theme check