Finde öffentliche Zürcher Velopumpstation in einer einfach zu bedienenden App.
Basierend auf:
- Expo
- React Native
- React Navigation
- React Native Maps Directions
- Mapbox/polyline
- Swiss Open Data
- "Bicycle Pump" Icon by Nicolas Molès from the Noun Project
Go to the project root and install all dependencies:
npm install
Copy the example environment and modify it according to your needs:
cp .env.example .env
Copy the example configuration and modify it according to your needs:
cp .app-example.json .app.json
Install the Expo Client mobile app and run:
exp start
Start the build:
exp build:android
exp build:ios