DevPortfolio is a website built with Next.js that helps developers showcase their portfolios.
- Clone the repository:
git clone https://github.com/r2hu1/DevPortfolio.git
- Navigate to the project directory:
cd DevPortfolio
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and go to
http://localhost:3000
to view the DevPortfolio website.
We welcome contributions to enhance DevPortfolio. To contribute:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature/your-feature-name
- Implement your changes and test thoroughly.
- Commit your changes:
git commit -m "Add your commit message here"
- Push to your forked repository:
git push origin feature/your-feature-name
- Open a pull request to the
main
branch of the original repository.
Please ensure adherence to coding conventions and include relevant tests and documentation in your pull request.
This project is licensed under the MIT License - see the LICENSE file for details.