Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.31 KB

README.md

File metadata and controls

50 lines (41 loc) · 1.31 KB

zh-velo-pumpi

  1. Overview
  2. Installation

Overview

Finde öffentliche Zürcher Velopumpstation in einer einfach zu bedienenden App.

Basierend auf:

Alt text

Installation

Dependencies

Go to the project root and install all dependencies:

npm install

Environment variables

Copy the example environment and modify it according to your needs:

cp .env.example .env

Expo App Configuration

Copy the example configuration and modify it according to your needs:

cp .app-example.json .app.json

Run the App

Install the Expo Client mobile app and run:

exp start

Build the App

Start the build:

exp build:android
exp build:ios