Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 531 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 531 Bytes

Tree Clone

A simple linktree clone that allows its users to post some links to social media in one url

User can sign in using discord and add unlimited amount of trees for easy sharing

technologies used:
  • React
  • Next.js
  • NextAuth
  • Prisma
  • tRPC
  • Tailwind CSS
  • React hook form
  • Zod

How to run it?

npm i 
npm run dev 

How to build?

npm run build
npm run start

This is a T3 Stack project bootstrapped with create-t3-app.