π Getting Started
Bun v1.0+ and Node 20 are required to use create-t4-app
.
To scaffold an app using create-t4-app
, run any of the following commands.
This script will ask you the name of the new project and then setup all the dependencies for you.
You can also pass directly the name of your project as the first argument.
Default Template
The default configuration of T4 App, using Supabase as the authentication provider.
bun create t4-app@latest
Tauri Template
A copy of the default template that also includes Tauri for desktop app development.
bun create t4-app@latest --tauri
Lucia Auth Template
A modified template that uses Lucia Auth as the authentication provider.
bun create t4-app@latest --lucia