Modern payment aggregation solutions for e-commerce businesses accessing MENA region payments.
Visit the live website: [Your GitHub Pages URL]
- Payment Orchestration: Seamless payment processing across multiple providers
- MENA Region Focus: Specialized payment solutions for Middle East and North Africa
- Real-time Analytics: Comprehensive dashboard with payment insights
- Responsive Design: Optimized for all devices and screen sizes
- Modern UI: Built with React, TypeScript, and Tailwind CSS
- Frontend: React 18, TypeScript
- Build Tool: Vite
- Styling: Tailwind CSS
- UI Components: Radix UI
- Routing: React Router
- State Management: TanStack Query
- Deployment: GitHub Pages
- Node.js 18 or higher
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/your-repo-name.git
cd your-repo-name- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and visit
http://localhost:8080
npm run buildThis project is configured for automatic deployment to GitHub Pages:
- Push your changes to the
mainbranch - GitHub Actions will automatically build and deploy your site
- Your site will be available at
https://yourusername.github.io/your-repo-name
If you need to set up GitHub Pages manually:
- Go to your repository settings
- Navigate to "Pages" section
- Set source to "Deploy from a branch"
- Select "gh-pages" branch
- Save the settings
This project also includes WordPress theme files in the wordpress-templates/ directory for easy WordPress integration.
This project is licensed under the MIT License.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
For questions or support, please contact [your-email@example.com]