// a tiny github app for shopify teams

A GitHub App that keeps one comment per issue with verified product, theme, and order references from the repo's linked Shopify store.

live-ish demo
acme / storefront / issues / #842

Blue jacket variant cannot be added to cart

Open
Daniel opened this issue 3 minutes ago · 1 comment
bugstorefrontcontext:ready
D
Daniel commented 3 minutes ago

Reported from the product page after this morning's theme release. Product URL attached. The "Add to cart" button is gone on the Ocean / XL variant.

shopify-for-githubbotcommented now

✦ Shopify for GitHub

ContextVerified value
ProductNight Shift Jacket · 481901
ThemeHorizon · main
Order#1024 · open in admin

Refresh with /shopify refresh · /shopify context

quickstart

get it running.

Three commands and a webhook URL. Clone, install, migrate, deploy.

git clone && npm install
# clone & deps git clone https://github.com/dariomory/shopify-for-github.git cd shopify-for-github npm install cp .env.example .env.local
db & dev
# set DATABASE_URL, then npm run db:migrate npm run dev # → http://localhost:3000
deploy
# vercel + neon, then point: # github webhook → /api/github/webhooks # shopify oauth → /api/shopify/oauth/callback # shopify webhook → /api/shopify/webhooks