The app that shows you all water points, to drink everywhere and without any plastic waste!
npm run assets
generates icons and splash screens (documentation)npm run dev
compiles CSS and JavaScript and watches for changesnpm run build
compiles and minifies CSS and JavaScriptnpm run sync
builds CSS and JavaScript and updates the native Android and iOS projects with the changes that have been done in the Web project, it needs to run every time an update is made (documentation)npm run open:android
opens Android project in Android Studionpm run open:ios
opens iOS project in Xcodenpm run simulate:android
launches the app in an Android Studio virtual device (documentation)npm run simulate:ios
launches the app in macOS Simulator (documentation)
Simply open src/index.html
in your browser and start working!
- Update version code and version name in
build.gradle
npm run open:android
- Build tab > Generate Signed Bundle / APK...
- Android App Bundle
- Fill key store settings
release
- Upload
.aab
file in the Google Play Console
- Update marketing version in
project.pbxproj
npm run open:ios
- Product tab > Destination > Any iOS Device (arm64)
- Product tab > Archive
- Distribute App
Made with Ionic Framework, Capacitor and MapLibre (using OpenStreetMap).
Source code provided under the CC-BY-SA-4.0 license.