Here it is a full implementation of a Medium Clone App developed using NextJS, TailwindCSS and Firebase.
First, install the dependencies:
npm install
# or
yarn installThen, run the server:
npm run dev
# or
yarn devYou will access the app in http://localhost:3000/
Enjoy coding!