Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
abalejr authored Dec 8, 2023
1 parent 3e3133a commit d23dbb1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,21 @@ This template can be installed using your preferred package manager:
Using yarn:

```shell
yarn create @shopify/app
yarn create @shopify/app --template=node
```

Using npm:

```shell
npm init @shopify/app@latest
npm init @shopify/app@latest -- --template=node
```

Using pnpm:

```shell
pnpm create @shopify/app@latest
pnpm create @shopify/app@latest --template=node
```

This will clone the template and install the required dependencies.

#### Local Development

[The Shopify CLI](https://shopify.dev/docs/apps/tools/cli) connects to an app in your Partners dashboard. It provides environment variables, runs commands in parallel, and updates application URLs for easier development.
Expand Down

0 comments on commit d23dbb1

Please sign in to comment.