Fedeorlandau / create-t3-app

CLI to scaffold a starting project using the t3 stack

Home Page:https://create.t3.gg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-t3-app

Interactive CLI to quickly set up a project using the t3 stack

Table of contents :

What is the T3 Stack?

t3 stack is a web development stack made by Theo.

It consists of

If you want to know more about the stack, check out init.tips

Usage

npx create-t3-app@latest
# or
yarn create t3-app
# or
pnpm dlx create-t3-app@latest

Dev

Read the Contributing guidelines

To install dependencies

# Install pnpm
npm install -g pnpm
# Install dependencies
pnpm install
# Initial build
pnpm run build
# Start the package locally
pnpm start

Contributors

We đź’– contributors! Feel free to contribute to this project

Made with contrib.rocks.

About

CLI to scaffold a starting project using the t3 stack

https://create.t3.gg

License:MIT License


Languages

Language:TypeScript 93.3%Language:JavaScript 5.6%Language:CSS 0.9%Language:Shell 0.2%