Welcome to the Instagram Clone project! This project aims to replicate the core features of the popular photo-sharing platform Instagram using React, npm, and Vite.
To get started with the project, follow these steps:
Clone the repository:
git clone https://github.com/nimamt/instagram.git
Run this command (based on https://stackoverflow.com/questions/69394632/webpack-build-failing-with-err-ossl-evp-unsupported)
export NODE_OPTIONS=--openssl-legacy-provider
Install the dependencies
npm install
Run the project
npm run dev