Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

41 lines (26 loc) · 1.3 KB

Contributing to My Portfolio Project

Thank you for your interest in contributing to my personal portfolio project! Contributions are welcome, and this guide will help you get started.

💡 How Can You Contribute?

There are several ways you can contribute to this project:

  • Reporting Bugs: If you notice any bugs or issues, please report them by opening an issue in the GitHub repository.
  • Suggesting Features: If you have any ideas to enhance the portfolio or features that could be added, feel free to suggest them via an issue.
  • Submitting Pull Requests: If you’d like to fix an issue or add a feature, you can submit a pull request (PR).

🔧 Prerequisites

Before contributing, ensure you have the following tools installed:

📂 Forking the Repository

  1. Fork the repository: Click on the “Fork” button at the top-right of the repository page.

  2. Clone your fork: Clone the forked repository to your local machine:

    git clone https://github.com/livehass/nextportfolio
  3. Navigate to the project directory:

    cd nextportfolio

🛠️ Installing Dependencies

Install the project dependencies using pnpm (or npm, if you prefer):

pnpm install