Skip to content

Commit

Permalink
chore(example): update README example pnpm cmds (#10888)
Browse files Browse the repository at this point in the history
docs(example): Update package manager to pnpm
  • Loading branch information
k-taro56 committed May 12, 2024
1 parent 1f154fe commit fd12863
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/examples/nextjs/README.md
Expand Up @@ -46,7 +46,7 @@ Go to [next-auth.js.org](https://authjs.dev) for more information and documentat
```
git clone https://github.com/nextauthjs/next-auth-example.git
cd next-auth-example
npm install
pnpm install
```

### 2. Configure your local environment
Expand Down Expand Up @@ -86,14 +86,14 @@ A list of configured providers and their callback URLs is available from the end
To run your site locally, use:

```
npm run dev
pnpm run dev
```

To run it in production mode, use:

```
npm run build
npm run start
pnpm run build
pnpm run start
```

### 5. Preparing for Production
Expand Down

0 comments on commit fd12863

Please sign in to comment.