DUIP (Discover User Internet Profile) is a powerful and efficient tool designed to simplify the process of finding information about individuals across various platforms. Whether you're looking for colleagues, professionals, or friends, DUIP provides a seamless experience to discover and connect with people.
1. Clone the Repository:
- Open a terminal or command prompt.
- Navigate to the directory where you want to clone the repository.
- Run the following command:
git clone https://github.com/nirajgiriXD/duip.gitThis will clone the repository to your local machine.
2. Navigate to the Project Directory:
cd duip3. Install Dependencies:
npm installThis command installs the required packages specified in the package.json file.
4. Run the Application:
npm run devThis command starts the Next.js application.
5. Access the DUIP Interface:
Open a web browser and navigate to http://localhost:3000 to access the DUIP interface.