Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 616 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (21 loc) · 616 Bytes

How to Contribute

  • Fork the repository.
  • Create a new branch for your changes (git checkout -b feature/branch-name).
  • Make your changes.
  • Test your changes locally before submitting a pull request.
  • Submit a pull request (PR) with a clear description of the changes.

Setting Up the Project

  1. Clone the repository:

    git clone https://github.com/PremPrakashCodes/payment-gateways.git
    cd payment-gateways
  2. Install dependencies:

    npm install
  3. Run the development server

    npm run dev
  4. Visit http://localhost:3000 to view the app.