-
Notifications
You must be signed in to change notification settings - Fork 6
docs: update readme #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
README.md
Outdated
|
|
||
| Before you begin, ensure you have the following installed: | ||
|
|
||
| - [Git](https://git-scm.com/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
git is quite redudant here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh wow - cursor!!
README.md
Outdated
|
|
||
| - Create a project | ||
| - Enable [Data API](https://neon.tech/docs/data-api/get-started) from the **Branch** details page. Copy your Data API URL. | ||
| - Enable [Neon Auth](https://neon.tech/docs/guides/neon-auth) from **Project > Auth**. Copy your environment variables from the **Setup instructions**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
theres no need to enable neon auth, only to copy the env variables
| VITE_PUBLIC_STACK_PROJECT_ID=your_project_id | ||
| VITE_PUBLIC_STACK_PUBLISHABLE_CLIENT_KEY=your_client_key |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the examples we have in the UI are NEXT_ we can also mention that we need to change it
All good! Added some clarity in a few places.
The only fix was for
VITE_DATA_API_URLin the .env file: it includedNEONin the key name, which did not match usage in the code