Cadence Labs Shopify Developer Candidate Take Home Test

Local Environment Set Up

  1. Once you clone the repo you will need to ensure Theme Kit is set up, in oder to run the yarn commands (https://shopify.dev/tools/theme-kit/getting-started)
  2. Copy config.sample.yml to config.yml and update the password, theme_id, and store field (provided to you in a separate e-mail)
  3. run yarn install
  4. run yarn download:dev to get a copy of the most current code for your theme

Deployment

To deploy the theme run yarn deploy:dev

To auto deploy any theme changes run yarn watch