Thank you for your interest in contributing to my personal portfolio project! Contributions are welcome, and this guide will help you get started.
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).
Before contributing, ensure you have the following tools installed:
- Git
- React/NextJs (with pnpm)
-
Fork the repository: Click on the “Fork” button at the top-right of the repository page.
-
Clone your fork: Clone the forked repository to your local machine:
git clone https://github.com/livehass/nextportfolio
-
Navigate to the project directory:
cd nextportfolio
Install the project dependencies using pnpm (or npm, if you prefer):
pnpm install