Skip to content

ETML-INF/Runeo-Drive

 
 

Repository files navigation

Runeo-Drive-2022

Runeo Drive is an app for the driver of the Paléo festival to let them interact with Runeo Desk to coordinate their run from a phone.

Installation

  • Clone the repository git clone https://github.com/CPNV-ES/Runeo-Drive-2022.git
  • Follow the installation guide of Expo Cli start.
  • Install Runeo desk to have a local development backend in case the online is down. Ask XCL for the access.

Requirements

Run Project

  1. Start Runeo Desk (if using local backend)
  2. You may want to change the apiUrl for Runeo Desk in App.tsx
  3. Finally, execute the command expo start to open a web page where you can choose to run the app from Android or iOS.

Build the app for Android or iOS

To build the app for Android or iOS, we follow the guide of Expo Cli.

We resume it at the following steps:

  1. Install the Expo CLI with npm install -g expo-cli (or yarn global add expo-cli)
  2. Create an Expo account if you haven't one
  3. Configure the app.json (already done, but still check it)
  4. Finally to build the app for Android or iOS, execute the command expo build:android -t apk or expo build:ios.

Useful links

About

Follow XCL to Lausanne

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.9%
  • JavaScript 0.1%