mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 12:27:43 +00:00
An example of using Better Auth with TanStack Start.
Setup
-
Move .env.example to .env and provide necessary variables
-
install dependencies:
pnpm install
- migrate required tables:
pnpx @better-auth/cli migrate
To run:
pnpm dev
