Skip to content

Aniket-508/LinkedIn-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn Clone

Tech Stack :

Screenshots :

  • Login Page

  • Home Page

  • Dark Mode

Steps for Installation :

  1. Clone this repository
$ git clone https://github.com/Aniket-508/LinkedIn-Clone.git
  1. Install all required packages
$ npm install
  1. If some vulnerabilities are found, try updating the packages using the following command
$ npm update -g
  1. Start the development server
$ npm run dev
  1. Don't forget to update the environment variables with yours in '.env.local' file