This is a portfolio website showcasing my projects, skills, and experience. It was built using React with Vite for fast development.
To fork the repository, click on the fork button at the top right of the page. Once the repo is forked, open your terminal and clone the repo using:
git clone https://github.com/NadeemChaudhary16/Portfolio.git
cd Portfolio
Install the required packages from the root directory using npm or yarn:
npm install
# or
yarn install
To start the development server, run the following command:
npm run dev
# or
yarn dev