- 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:3000
to view the app.