Thank you for your interest in contributing! Here's how you can help.
- Fork the repository
- Clone your fork:
git clone https://github.com/yourusername/portfolio.git - Install dependencies:
npm install
- Create a feature branch from
main:git checkout -b feat/your-feature - Run the dev server:
npm run dev - Ensure the build succeeds:
npm run build
- Update the README or CHANGELOG if needed
- Ensure your PR description clearly describes the changes
- PRs require at least one review before merging
- This project uses Prettier for formatting
- Run
npm run lintbefore committing
Open an issue for any questions or suggestions.