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
- Tailwind CSS
- Better-Auth
- i18n (i18next)
- Dark mode
- Sonner
- Shadcn
- Vinxi
- Prisma
- Zod
- Clone the repository
- Create a postgres database (preferably)
- Create a new file
.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'
- Install dependencies with
pnpm install
- Generate the Prisma client with
pnpm db:generate
- Run the database migrations with
pnpm db:push
- Start the development server with
pnpm dev
Open http://localhost:3000 to see the application.
This project is licensed under the MIT License. See the LICENSE file for details.