Skip to content

ely808chen/TreeListings

 
 

Repository files navigation

Setup Guide for WIN24-TEAM21 App

Prerequisites

  • Node.js and npm (Node Package Manager) installed.
  • Expo CLI installed.
  • An iOS device with Expo Go app for iOS or an Android device with Expo Go app for Android.

Initial Configuration

Clone the Repository: Clone the WIN24-TEAM21 repository to your local machine using git clone https://github.com/StanfordCS194/Win24-Team21.git.

Obtain Firebase Configuration:

Contact Shumman Xu ([email protected]) to receive the FirebaseConfig.js file. Place the FirebaseConfig.js file in the appropriate directory within your project.

Install Dependencies:

  • Navigate to the project's root directory in your terminal.
  • Run npm install to install all required packages.

Running the App

Start the Development Server:

  • Execute npx expo start to run a local version of the app.

  • This will open a new tab in your default web browser with the Expo Developer Tools.

  • Running on a Device:

  • Open the Expo Go app on your iOS or Android device.

  • Scan the QR code displayed in the Expo Developer Tools in your browser.

  • The app should start building and will eventually be served to your device.

Additional Configuration

  • Backend Services: Ensure that any backend services the app depends on are running and accessible.

Troubleshooting

If you encounter any issues, check the README.md for common problems and solutions. For unresolved issues, contact the development team or raise an issue in the GitHub repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.6%
  • CSS 10.5%
  • Python 9.8%
  • JavaScript 9.0%
  • Kotlin 1.6%
  • Ruby 1.1%
  • Other 1.4%