Skip to content

Commit 0375bfb

Browse files
committed
simplify shopify scaffolding
1 parent d205ff3 commit 0375bfb

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

js/shopify.html.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@ order: 3
77

88
Fly.io has built in support for [Shopify Remix applications](https://shopify.dev/docs/apps/build): simply [scaffold](https://shopify.dev/docs/apps/build/scaffold-app), [build](https://shopify.dev/docs/apps/build/build?framework=remix), and [launch](https://fly.io/shopify).
99

10-
As an example, the [Shopify tutorial app (qrcode)](https://shopify.dev/docs/apps/build/build?framework=remix) can be launched without any modification:
10+
To see this in action, [Scaffold an app](https://shopify.dev/docs/apps/build/scaffold-app) and immediately proceed to fly launch:
1111

1212
```
13-
git clone https://github.com/Shopify/example-app--qr-code--remix qrcode
14-
cd qrcode
15-
shopify app config link
13+
shopify app init
14+
cd app
1615
fly launch
1716
```
1817

18+
https://x.com/i/status/1892986447788966011
19+
20+
(substitute the name you gave to your app for `app` in the `cd` line above)
21+
1922
## Configuration
2023

2124
`fly launch` parses the output of [shopify app env show](https://shopify.dev/docs/api/shopify-cli/app/app-env-show).

0 commit comments

Comments
 (0)