CodeBuilder Admin is a mobile application built with React Native and Expo. This project is designed to manage and administer various functionalities of the CodeBuilder platform.
-
Clone the repository:
git clone https://github.com/yourusername/codebuilder-admin.git cd codebuilder-admin
-
Install dependencies:
npm install
-
Install the Expo CLI:
npm install -g expo-cli
-
Create a file in the root directory and add your environment variables:
GOOGLE_MAPS_API_KEY=your_google_maps_api_key FIREBASE_API_KEY=your_firebase_api_key FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain FIREBASE_PROJECT_ID=your_firebase_project_id FIREBASE_STORAGE_BUCKET=your_firebase_storage_bucket FIREBASE_MESSAGING_SENDER_ID=your_firebase_messaging_sender_id FIREBASE_APP_ID=your_firebase_app_id
-
Update the file with your project-specific configurations.
To run the app in development mode, use the following command:
expo start