Skip to content

Commit 578cc07

Browse files
committed
Changing some copy in the setup steops
1 parent 8f45a50 commit 578cc07

File tree

1 file changed

+5
-5
lines changed
  • shopify/wishlist-public-remix-ssr/.template

1 file changed

+5
-5
lines changed

shopify/wishlist-public-remix-ssr/.template/setup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Getting started
1+
# Getting started
22

33
A pre-requisite for this application is to install the [Shopify CLI](https://shopify.dev/docs/api/shopify-cli#installation) locally. A list of steps that you should follow:
44

@@ -8,17 +8,17 @@ A pre-requisite for this application is to install the [Shopify CLI](https://sho
88

99
3. Sync your application's files locally using the [Gadget CLI](https://docs.gadget.dev/guides/development-tools/cli). An example command can be found at the top left of the application's Gadget editor.
1010

11-
4. Run `yarn dev` to run the Shopify CLI (locally) and connect to the Shopify app created in step 1.
11+
4. Run `yarn shopify:dev` to run the Shopify CLI (locally) and connect to the Shopify app created in step 1.
1212

1313
5. Install the application on a development store and create a customer account on the online store. Once this is done, you can step through the application and test the functionality.
1414

15-
### Customer account UI extension
15+
## Customer account UI extension
1616

17-
To test the functionality of the customer account UI extension, make sure that you select a preview store on which your application is installed. Run `yarn dev` locally and type `p` once the Shopify development environment has spun up. Open the link to the customer account UI extension and test the functionality.
17+
To test the functionality of the customer account UI extension, make sure that you select a preview store on which your application is installed. Run `yarn shopify:dev` locally and type `p` once the Shopify development environment has spun up. Open the link to the customer account UI extension and test the functionality.
1818

1919
Make sure change the application and environment on `line 2` and `5` of `extensions/wishlists/src/api.js`.
2020

21-
### Theme app extension
21+
## Theme app extension
2222

2323
To test your theme app extension on a storefront, navigate to your installed development store. From there, go to the online store's admin page and click on the `Customize` button next to the theme selector. Here's navigate to a product page and add the section and save.
2424

0 commit comments

Comments
 (0)