A fully functional web responsive LinkedIn clone with realtime updates and interactive features.
The build uses :
The build can viewed live on this link - Live Demo
To run this project locally, follow these instructions
- Clone this project
git clone [email protected]:tarunluthra123/Linkedin-Clone.git
- Install the dependencies
npm install
# or
yarn
-
Setup Firebase. Go to https://firebase.google.com/ and create a new project.
-
Setup .env file Copy the API_KEY and other related authentication details required to connect this application to your Firebase App and paste them in a .env file which must be created in the root folder. Refer to '/utils/firebase.js/' for the exact structure.
-
Run the Next development server
npm run dev
# or
yarn dev