Fix docs default package manager

This commit is contained in:
Stan Wohlwend 2024-07-14 13:28:47 -07:00
parent 0381cc844d
commit bd8ac4f7c1

View File

@ -115,7 +115,7 @@ npm install @stackframe/stack
</Tab>
</Tabs>
That's it! Stack is now configured in your Next.js project. If you start your Next.js app with `pnpm run dev` and navigate to [http://localhost:3000/handler/signup](http://localhost:3000/handler/signup), you will see the Stack sign-up page.
That's it! Stack is now configured in your Next.js project. If you start your Next.js app with `npm run dev` and navigate to [http://localhost:3000/handler/signup](http://localhost:3000/handler/signup), you will see the Stack sign-up page.
![Stack sign in page](../imgs/sign-in.png)