Skip to content

This project contains the app built for the Joops R.W.A. electric scooter rental project.

License

Notifications You must be signed in to change notification settings

Joops-RWA/Joops-scooter-app

 
 

Repository files navigation

Joops R.W.A scooter app

This project contains the app built for the Joops R.W.A electric rental scooter project.

https://www.joops.app

Installation

Android

IOS

Building manually

  1. Download Appcelerator Studio.
  2. Create an Appcelerator account
  3. Log into the Appcelerator Platform
  4. Go to Account (top right) -> Billing -> Adjust Plan and select the free plan.
  5. Login via CLI with appc login.
  6. Clone this repo.
  7. Execute npm run build in the root of the project.
  8. Continue with Android or iOS below.

Android

  1. Download and install Android Studio.
  2. Open the SDK manager and install Android 10.
  3. Install an Android Virtual Device (AVD) with Android 10.
  4. Boot the AVD.
  5. Use appc ti info to find the ID of the AVD.
  6. Build and install the app with appc run -p android -T emulator --device-id <deviceId> (looks like Pixel_3_API_29).
  7. Building will take a minute depending on your machine.
  8. Once building is completed the app should automatically be installed and started on your AVD.

IOS

  1. Boot the simulator.
  2. Run appc ti info and look for the iOS simulator UUID (looks like D002EE88-AAA-1111-BBB-068016363672).
  3. Build and install the app with appc run -p ios -C <deviceId>.
  4. Building will take a minute depending on your machine.
  5. Once building is completed the app should automatically be installed and started on your simulator.

License

MIT

About

This project contains the app built for the Joops R.W.A. electric scooter rental project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 84.6%
  • JavaScript 11.3%
  • C 1.5%
  • Python 1.4%
  • HTML 1.2%