This is a small starter for those wanting to jump-start their project with the new TanStack Start.
[ ] Fix the Hydration error with i18next-browser-languagedetector
.env
and add the following:DATABASE_URL='postgresql://postgres:postgres@localhost:5432/postgres'
BETTER_AUTH_SECRET='my_super_secret_here'
BETTER_AUTH_URL='http://localhost:3000'
pnpm install
pnpm db:generate
pnpm db:push
pnpm dev
Open http://localhost:3000 to see the application.
This project is licensed under the MIT License. See the LICENSE file for details.