tomasmcm / threads-clone

Threads built with the t3-stack: Next.js 14, TypeScript, tRPC, Tailwind CSS, Shadcn ui, Prisma ORM, and Clerk Auth.
https://threadss-clone.vercel.app
0 stars 0 forks source link

Threads clone

This is an open source threads-clone build with create-t3-app and everything new in Next.js 13 and 14.

1. Feed Page 2. Search Page
Feed Page Search Page
3. Reply Card 4. Notifications Page
Reply Card Notifications Page
5. Post Info Page 6. Profile Page
Post Info Page Profile Page

Tech Stack

Key Features

Running Locally

  1. Clone the repository

    git clone https://github.com/sujjeee/threads-clone.git
  2. Install dependencies using pnpm

    pnpm install
  3. Copy the .env.example to .env and update the variables.

    cp .env.example .env
  4. Start the development server

    pnpm run dev
  5. Push the database schema

    pnpm run db:push