Create web application with the t3 stack
npm install create-t3-app-forkbash
npx create-t3-app@latest
or
yarn create t3-app
or
pnpx create-t3-app@latest
`
$3
Read the Contributing guidelines
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
``