UNPKG

create-t3-app-fork

Version:

Create web application with the t3 stack

89 lines (61 loc) 2.15 kB
<h1 align="center"> create-t3-app </h1> <div align="center"> Interactive CLI to quickly set up a project using the [t3 stack](https://init.tips) <img src="https://s6.imgcdn.dev/BJW4B.png" width="130" style="border-radius:40%"/> </div> <div align="center"> <br/> ![PRs-Welcome](https://img.shields.io/badge/PRs-welcome-blue.svg) ![Version](https://img.shields.io/npm/v/create-t3-app?color=0b7285&logoColor=0b7285) ![Downloads](https://img.shields.io/npm/dm/create-t3-app?color=364fc7&logoColor=364fc7) <p align="center"> <a rel="noopener noreferrer" target="_blank" href="https://vercel.com/?utm_source=t3-oss&utm_campaign=osss"> <img height="34px" src="https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg" alt="Powered by vercel"> </a> </p> </div> <summary><b> Table of contents :</b></summary> * <a href="#info">What is the t3 stack?</a> * <a href="#usage">Installation and Usage</a> * <a href="#contributors">Contributors</a> <div id='info'> # What is the T3 Stack? t3 stack is a web development stack made by [Theo](https://twitter.com/t3dotgg). It consists of - [Next.js](https://nextjs.org) - [tRPC](https://trpc.io) - [TailwindCSS](https://tailwindcss.com) - [TypeScript](https://typescriptlang.org) - [Prisma](https://prisma.io) - [Next-Auth](https://next-auth.js.org) If you want to know more about the stack, check out [init.tips](https://init.tips) </div> <div id="usage"> # Usage ```bash npx create-t3-app@latest # or yarn create t3-app # or pnpx create-t3-app@latest ``` ### Dev Read the [Contributing guidelines](CONTRIBUTING.md) To install dependencies ```bash # Install pnpm npm install -g pnpm # Install dependencies pnpm install # Initial build pnpm run build # Start the package locally pnpm start ``` </div> # Contributors We 💖 contributors! Feel free to contribute to this project <a href="https://github.com/nexxeln/create-t3-app/graphs/contributors"> <img src="https://contrib.rocks/image?repo=nexxeln/create-t3-app" /> </a> Made with [contrib.rocks](https://contrib.rocks).