Skip to content

Commit 8218ce3

Browse files
committed
Formatting fixes
1 parent c7103bd commit 8218ce3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

examples/react/start-neon-basic/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SSR-compatible authentication with Neon Auth and TanStack Start.
77

88
## Features
99

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)
1111
- **SSR Compatible** - Works with TanStack Start's server-side rendering
1212
- **Auto Database Setup** - Neon Launchpad creates database connection
1313
- **Modern UI** - Clean interface with Tailwind CSS
@@ -34,11 +34,12 @@ npm run dev
3434
- Claim your project when prompted (a browser tab will open automatically, and the claim URL is also saved to .env)
3535
- Go to the "Auth" section in your project dashboard, enable Auth, and get your credentials
3636
- 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+
```
4243

4344
3. **Run:** `pnpm dev` → Visit `http://localhost:3000`
4445

0 commit comments

Comments
 (0)