Skip to content

Latest commit

 

History

History
55 lines (45 loc) · 1.43 KB

README.md

File metadata and controls

55 lines (45 loc) · 1.43 KB

DevPortfolio

DevPortfolio is a website built with Next.js that helps developers showcase their portfolios.

Preview

Preview Image

Preview Image

Getting Started

  1. Clone the repository:
    git clone https://github.com/r2hu1/DevPortfolio.git
  2. Navigate to the project directory:
    cd DevPortfolio
  3. Install dependencies:
    npm install
  4. Run the development server:
    npm run dev
  5. Open your browser and go to http://localhost:3000 to view the DevPortfolio website.

Contributing

We welcome contributions to enhance DevPortfolio. To contribute:

  1. Fork the repository.
  2. Create a new branch for your feature:
    git checkout -b feature/your-feature-name
  3. Implement your changes and test thoroughly.
  4. Commit your changes:
    git commit -m "Add your commit message here"
  5. Push to your forked repository:
    git push origin feature/your-feature-name
  6. 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.

License

This project is licensed under the MIT License - see the LICENSE file for details.