File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
examples/react/start-neon-basic Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ SSR-compatible authentication with Neon Auth and TanStack Start.
7
7
8
8
## Features
9
9
10
- -- ** Neon Auth Integration** - Complete authentication flow with Neon Auth (based on Stack Auth)
10
+ - ** Neon Auth Integration** - Complete authentication flow with Neon Auth (based on Stack Auth)
11
11
- ** SSR Compatible** - Works with TanStack Start's server-side rendering
12
12
- ** Auto Database Setup** - Neon Launchpad creates database connection
13
13
- ** Modern UI** - Clean interface with Tailwind CSS
@@ -34,11 +34,12 @@ npm run dev
34
34
- Claim your project when prompted (a browser tab will open automatically, and the claim URL is also saved to .env)
35
35
- Go to the "Auth" section in your project dashboard, enable Auth, and get your credentials
36
36
- Edit ` .env ` and replace these values with your actual credentials:
37
- ``` bash
38
- VITE_STACK_PROJECT_ID=your_actual_project_id
39
- VITE_STACK_PUBLISHABLE_CLIENT_KEY=your_actual_publishable_key
40
- STACK_SECRET_SERVER_KEY=your_actual_secret_key
41
- ```
37
+
38
+ ``` bash
39
+ VITE_STACK_PROJECT_ID=your_actual_project_id
40
+ VITE_STACK_PUBLISHABLE_CLIENT_KEY=your_actual_publishable_key
41
+ STACK_SECRET_SERVER_KEY=your_actual_secret_key
42
+ ```
42
43
43
44
3. ** Run:** ` pnpm dev` → Visit ` http://localhost:3000`
44
45
You can’t perform that action at this time.
0 commit comments