From 7317b314b9f8f5463972f8e378b869b402abc25c Mon Sep 17 00:00:00 2001 From: Lars Saalbach Date: Sat, 15 Dec 2018 21:06:58 +0100 Subject: [PATCH] Cleanup --- README.md | 51 +++------------------------------------------------ 1 file changed, 3 insertions(+), 48 deletions(-) diff --git a/README.md b/README.md index 622887528..69ec2ee83 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ To get it up and running on your system check below: Download a Release [here](https://github.com/graphefruit/Beanconqueror/releases). Later on you might be able to get the app through the Playstore check. (Check back [here](https://github.com/graphefruit/Beanconqueror/issues/3)) ### iOS -Building an iOS app is pretty darn expensive, so unless someone volunteers it's not going to happen. +Building an iOS app is pretty darn expensive, so unless someone volunteers it's not going to happen. You can still use the App though, through the PWA. Check *Getting The App / Anything Else*. ### Anything else The App ist available with any modern internet browser at (link will be added soon (tm)). @@ -15,54 +15,9 @@ If your system is up for it you can load Beanconqueror as a PWA for a sweet offl ## Support Buy us a coffee : -[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/LarsSaalbach) Graphefruit (Ionic Masterhead and PWA Guru) -[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/DeastinY) DeastinY (Original Developer and Design Fetishist) +[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/LarsSaalbach) Graphefruit ## Development & Building it Yourself If you're not familiar with Ionic or Cordova [read through the introduction](http://ionicframework.com/docs/intro/installation/). -To get started with anything you need [Node.js](https://nodejs.org/en/download/) installed. - -```bash -git clone https://github.com/graphefruit/Beanconqueror # clone repository -cd Beanconqueror -npm install -g ionic cordova # install ionic and cordova -npm install --save # install node modules -# Add the pluign requirements -npm install --save @ionic/storage -ionic cordova plugin add cordova-sqlite-storage -npm install moment --save -ionic cordova plugin add cordova-plugin-appminimize -npm install --save @ionic-native/app-minimize -ionic cordova plugin add cordova-plugin-media-capture -npm install --save @ionic-native/media-capture -ionic cordova plugin add cordova-plugin-telerik-imagepicker --variable PHOTO_LIBRARY_USAGE_DESCRIPTION="Bitte um Freigabe" -npm install --save @ionic-native/image-picker -ionic cordova plugin add cordova-plugin-allow-backup --variable BACKUP=true -npm install --save @ionic-native/android-permissions -ionic cordova plugin add cordova-plugin-android-permissions -``` - -Build for Android using `ionic cordova build --prod --release android` - -## Plugin Requirements -##### [Ionic Storage](https://ionicframework.com/docs/storage/) -Enables the storage of data in a local sqlite database. - -##### [Moment](https://stackoverflow.com/questions/39893257/using-moment-js-package-in-ionic-2-project) -Library to handle time and dates. - -##### [Ionic App-Minimize](http://ionicframework.com/docs/native/app-minimize/) -Enable minimizing the App on Android. - -##### [Ionic Media-Capture](http://ionicframework.com/docs/native/media-capture/) -Access the devices audio, photo and video capture capabilities. - -##### [Ionic Image-Picker](http://ionicframework.com/docs/native/image-picker/) -Plugin for multiple image selection. - -##### [Allow Backup](https://github.com/macdonst/cordova-plugin-allow-backup) -Plugin for backing up data - -##### [Android Permissions](https://github.com/NeoLSN/cordova-plugin-android-permissions) -Plugin for permission handling on android +To get started with anything you need [Node.js](https://nodejs.org/en/download/) installed