Production deployment on vercel is active, test it out!
This is a T3 Stack project bootstrapped with create-t3-app
.
yarn install # or npm
cp .env.example .env # Don't forget to add your variables to the file as they're required
yarn dev
yarn build
yarn start