Portal-Vtiger is a mobile application designed to provide a seamless interface for managing Vtiger CRM functionalities. This application allows users to access and manage their CRM data on-the-go.
- Access and manage documents
- View and update HelpDesk tickets
- Manage FAQs
- User authentication and profile management
- Multi-language support
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them: Node.js npm or yarn React Native CLI Expo CLI (optional)
A step by step series of examples that tell you how to get a development environment running:
git clone https://github.com/mahdibagheri71/portal-vtiger.git
cd portal-vtiger
npm install
or
bash
yarn install
npm start
or
yarn start
This project is bootstrapped with Expo. To build the project for production, follow these steps:
To create a build for Android, run:
expo build:android
You will be prompted to choose between building an APK or an Android App Bundle. Follow the instructions on the screen to complete the build.
To create a build for iOS, run:
expo build:ios
You will need to provide your Apple Developer account credentials and choose whether to build for simulator or an actual device. Follow the instructions on the screen to complete the build.
To create a web build, run:
expo build:web
This will generate a web-build directory with your compiled project that can be deployed to a web server.
If you need to customize the native code for Android and iOS, you can eject from Expo:
expo eject
This will create android and ios directories in your project with the native code, which you can then modify as needed.
Please note that you must have an Expo account and be logged in to access some of the build services. For more information on building with Expo, refer to the Expo documentation.
After starting the development server, you can open the application in a web browser or through the Expo app on your mobile device.
We welcome contributions to the Portal-Vtiger project. Please read our contributing guidelines before submitting your pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to all the contributors who have helped with this project.
- Special thanks to the Vtiger community for their support and collaboration.