Commit 699b4531 by G

updated README.md

parent b59ceb76
......@@ -18,37 +18,25 @@ Que vous disposiez d'un site Internet ou non, vous pouvez accepter les paiements
## Mobile Application Project
The integrated payment platform is a space for the sale of goods and services to the general public. To simplify the process of accepting payments, we decided to develop a mobile app using [Expo](https://docs.expo.dev/).
Le système de paiement intégré est un espace pour la vente de biens et de services au public général. Pour simplifier le processus d'acceptation des paiements, nous avons décidé de développer une application mobile en utilisant [Expo](https://docs.expo.dev/).
Expo is a framework that allows us to build native mobile apps using [React Native](https://reactnative.dev/). It provides a fast and efficient development environment, with access to a wide range of native APIs.
Expo est un framework qui nous permet de développer des applications mobiles natives en utilisant [React Native](https://reactnative.dev/). Il nous offre un environnement de développement rapide et efficace, avec accès à une grande variété d'APIs natives.
By using Expo, we can avoid the need for a native build process and the associated complexity that comes with it. This allows us to focus more on developing the app's features and user experience, rather than dealing with platform-specific issues.
En utilisant Expo, nous évitons la nécessité d'un processus de build natif et de la complexité associée à celui-ci. Cela nous permet de nous concentrer davantage sur le développement des fonctionnalités et de l'expérience utilisateur de l'application, plutôt que de nous occuper des problèmes spécifiques à la plateforme.
## Installation
To install and run this application locally, follow these steps:
1. Clone the repository.
2. Install Node.js version 18 or higher. You can download it from the official website: [Node.js](https://nodejs.org/).
3. Install [Yarn package manager](https://yarnpkg.com/). You can install it by running the following command: `npm install -g yarn`
4. Install the project dependencies by running the following command: `yarn install`
5. Start the Expo development server by running the following command: `yarn start`
6. Open the Expo development app on your mobile device or emulator and scan the QR code displayed in the terminal.
1. Cloner le dépot.
2. Installer Node.js version 18 ou plus. Site officiel : [Node.js](https://nodejs.org/).
3. Installer [Yarn package manager](https://yarnpkg.com/). Utiliser la commande : `npm install -g yarn`
4. Installer les dependences du projet avec la commande : `yarn install`
5. Demarrer le serveur de developpement Expo avec la commande : `yarn start`
6. Ouvrir l'application Expo sur votre emulateur ou appareil et scanner le code QR afficher dans votre terminal.
## Contributing
If you'd like to contribute to this project, please follow these guidelines:
1. ...
2. ...
## License
This project is a private and proprietary project of [Barnoin Informatique](http://barnoininformatique.ci/). Any use or distribution of this project outside of the company is strictly prohibited and considered fraud.
## Contact
For any questions or inquiries, please contact ...
\ No newline at end of file
Projet privé et proprietaire de l'entreprise [Barnoin Informatique](http://barnoininformatique.ci/). Toutes utulisation ou distribution sans permission explicite est strictement interdit et considéré comme fraude.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment