- 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.
-
Clone the repository:
git clone https://github.com/PremPrakashCodes/payment-gateways.git cd payment-gateways -
Install dependencies:
npm install
-
Run the development server
npm run dev
-
Visit
http://localhost:3000to view the app.