/ui

Primary LanguageTypeScriptMIT LicenseMIT

t3-template

Installation

There are two ways of initializing an app using the t3-template starter. You can either use this repository as a template: or use Turbo's CLI to init your project (use PNPM as package manager):

pnpx create-turbo@latest -e https://github.com/t3-oss/create-t3-turbo

About

Quickstart

# Install dependencies
pnpm i

# Configure environment variables
# There is an `.env.example` in the root directory you can use for reference
cp .env.example .env

# Push the Drizzle schema to the database
pnpm db:push