Skip to content

Commit

Permalink
chore(example): update README example pnpm cmds (nextauthjs#10888)
Browse files Browse the repository at this point in the history
docs(example): Update package manager to pnpm
  • Loading branch information
k-taro56 authored and hillac committed Jun 19, 2024
1 parent 97e9290 commit 6843bdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/examples/nextjs/README.md
Original file line number Diff line number Diff line change
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 6843bdf

Please sign in to comment.