This is a T3 Stack project bootstrapped with create-t3-app
. I built it while learning the T3 Stack from Theo's video.
- Make a copy of .env.example in the root of the project and call it ".env".
- Get the required environment variables (mentioned in the .env.example file).
- Run
pnpm install
. - Run
pnpm run dev
.
The best place to do that is Vercel. Check out the official guide here.