MCPcopy Create free account
hub / github.com/MathewsJoseph25/create-shopify-app

github.com/MathewsJoseph25/create-shopify-app @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
45 symbols 152 edges 52 files 0 documented · 0% updated 2y ago★ 62

Browse by type

Functions 36 Types & classes 9
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

create-shopify-app

This project requires you to have Bun and Docker installed on your local machine.

To install dependencies:

bun install

To run:

  1. Initiate a tunneling tool on your local machine (we recommend Cloudflare tunnels or ngrok). You'll get a tunneled url from any of those services. We'll call it TUNNEL_URL from here.
  2. Create an App on shopify partner portal.
  3. Update the shopify app url to {{TUNNEL_URL}}/auth/auth-init
  4. Add 2 callback urls to the app: {{TUNNEL_URL}}/auth/auth-callback and {{TUNNEL_URL}}/billing/billing-callback
  5. Create an .env file at the root of the project and update the env variable according to env.exmaple.
  6. Run docker-compose up at the root of the folder

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 36
Interface 8
Enum 1

Languages

TypeScript100%

Modules by API surface

packages/@common/types/billing.types.ts3 symbols
apps/admin/components/AppContextWrapper.component.tsx3 symbols
apps/admin/app/page.tsx3 symbols
packages/@common/types/shop.types.ts2 symbols
apps/api/apiRouter.ts2 symbols
apps/admin/hooks/useAppApi.hook.ts2 symbols
apps/admin/app/billing/page.tsx2 symbols
apps/api/webhooks/index.ts1 symbols
apps/api/webhooks/helpers/verifyWebhook.helper.ts1 symbols
apps/api/webhooks/handlers/handleShopUpdate.webhook.ts1 symbols
apps/api/webhooks/handlers/handleAppUninstall.webhook.ts1 symbols
apps/api/utils/trackException.util.ts1 symbols

For agents

$ claude mcp add create-shopify-app \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page