mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-01 10:50:40 -05:00
28 lines
318 B
Markdown
28 lines
318 B
Markdown

|
|
An example of using Better Auth with [TanStack Start](https://tanstack.com/start).
|
|
|
|
## Setup
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
pnpm install
|
|
```
|
|
|
|
To migrate Better-Auth:
|
|
|
|
```bash
|
|
pnpx @better-auth/cli migrate
|
|
```
|
|
|
|
To run:
|
|
|
|
```bash
|
|
pnpm dev
|
|
```
|
|
|
|
## Preview
|
|

|
|
|
|
|