I have already created a twitter clone before but that was when I was starting out with React. The code didn't look clean enough for me and it was very basic. This version is a upgraded one, i'm using Tailwind and NextJs it works better and I have a better understanding than of React than I had when I started with the first version.
Cloning repo
git clone git@github.com:astronomx/twitter-clone-v2.git
Installing packages
npm install
Runnning project
npm run dev
Or
npm run start
Or depending on how you use npm
npm run server