dhirajchaurasiya10 / Portfolio-website

This Repository contains all necessary files for hosting portfolio website
https://dhirajchaurasiya.com.np
0 stars 4 forks source link
hacktoberfest hacktoberfest-accepted

Portfolio Website

Welcome to my portfolio website! This repository contains the source code for my personal website, showcasing my projects, skills, and professional experience. It's live here

Overview

This portfolio website is designed to:

Installation

To run the website locally, follow these steps:

  1. Clone the repository:

    
    git clone https://github.com/yourusername/your-portfolio-repo.git
  2. Navigate to the project directory:

    cd your-portfolio-repo
  3. Run index.html in browser

Contributing

If you have suggestions for improvements, feel free to open an issue or submit a pull request!

  1. Fork this repository, by clicking on "Fork" button on the top right.
  2. Clone this repository
    git clone https://github.com/<your_username>/Portfolio-website.git
  3. Create new branch
    git checkout -b your_branch_name
  4. Make changes to the repository.
  5. Commit your changes
    git commit -m "Meaningful message"
  6. Push your branch to Github
    git push origin your_branch_name
  7. Create Pull Request by clicking on "Compare and Create a Pull request" from your forked repository.