mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix broken dashboard link on setup docs (#46)
This commit is contained in:
parent
ae5ff58175
commit
d657fddaee
@ -27,7 +27,7 @@ To setup stack, you can run Stack's installation wizard with the following comma
|
||||
npx @stackframe/init-stack@latest
|
||||
```
|
||||
|
||||
You will be guided through the installation process. To complete it, you must create an account on [our dashboard](https://app.stack-auth/projects), create a new project with an API key, and copy the project ID, publishable client key, and secret server key into the `.env.local` file in the root of your Next.js project:
|
||||
You will be guided through the installation process. To complete it, you must create an account on [our dashboard](https://app.stack-auth.com/projects), create a new project with an API key, and copy the project ID, publishable client key, and secret server key into the `.env.local` file in the root of your Next.js project:
|
||||
|
||||
```sh
|
||||
NEXT_PUBLIC_STACK_PROJECT_ID=<your-project-id>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user