fake-twitter-fe3 this is the frontend part of fake twitter Requirements npm 9.5 node 18.16 Installation Guide Clone repository git clone https://github.com/tajul-saajan/fake-twitter-fe.git Go to project dir cd blog1 Project Setup npm install Compile and Hot-Reload for Development npm run dev Type-Check, Compile and Minify for Production npm run build Lint with ESLint npm run lint