TWITTER clone with React, Tailwind, Next, Prisma, Mongo, NextAuth Prerequisites Node version 14.x Cloning the repository git clone https://github.com/ssoura/twitter-next.git Install packages npm install Setup .env file DATABASE_URL= NEXTAUTH_JWT_SECRET= NEXTAUTH_SECRET= Start the app npm run dev