This site is built with TanStack Start!
This template uses the following tools:
To setup a project from this template, the simplest way is to use gitpick:
git clone https://github.com/depsimon/tanstack-basic.git my-app
cd my-app
bun install
touch database.sql # Create locale database
cp .env.example .env # Set your environment variables
From your terminal:
bun install
bun dev
This starts your app in development mode, rebuilding assets on file changes.