Project Title : Landing Page
Cloning the Repository Copy the GitHub repository link: https://github.com/Hamza607/landing_page.git.
Open your terminal (Command Prompt, PowerShell, or a terminal emulator).
Navigate to the directory where you want to clone the repository.
Run the following command:
git clone https://github.com/Hamza607/landing_page.git Navigate into the cloned repository:
cd landing_page Installing Dependencies To install the necessary packages, run:
npm install
Usage To start the development server, run: npm run dev