Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 921 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 921 Bytes

Quack

This is a T3 Stack project bootstrapped with create-t3-app. I built it while learning the T3 Stack from Theo's video.

Tech I used

How do I run this on my system?

  1. Make a copy of .env.example in the root of the project and call it ".env".
  2. Get the required environment variables (mentioned in the .env.example file).
  3. Run pnpm install.
  4. Run pnpm run dev.

How do I deploy it?

The best place to do that is Vercel. Check out the official guide here.