This mobile application is built using React Native Expo. It features an automated data workflow where source files are hosted on Google Drive and processed via Python scripts.
Follow these steps to get the project running on your local machine.
- Node.js (LTS recommended)
- npm (comes with Node.js)
- Python 3.x
- React Expo app (for physical devices) or an Emulator (Android Studio / Xcode)
-
Clone the repository:
git clone [https://github.com/your-username/your-repo-name.git](https://github.com/your-username/your-repo-name.git) cd your-repo-name -
Install dependencies:
npm install
The project's data files are stored on Google Drive. To facilitate seamless updates, we use a Python script that automatically fetches and reads these files.
To launch the app, start the Expo development server:
npx expo start