Skip to content

FRAC42/Beanconqueror

 
 

Repository files navigation

license Github All Releases GitHub Release Date

Beanconqueror

Getting the App

The App is a crossplattform application, running on the ionic framework.

Android

Download the latest version here.

iOS

Download the latest version here.

Support

You want to support me, to access more people to explore the world of good coffee?
Donate Graphefruit <3

Development & Building it yourself

If you're not familiar with Ionic or Cordova read through the introduction.
To get started with anything you need Node.js installed

Which requirements does the app needs?

The app needs access to your filesystem aswell as the camera

Filesytem: Needed to save images which you took on beans/brews etc. Camera: Needed to take picures or access the photo library to set images for your beans/brews

Build iOS

ionic cordova build ios -- --buildFlag="-UseModernBuildSystem=0"

Build Android

ionic cordova build android

Issues with iOS

1. pod install
-> this needs to be done in the ios platform

if this doesn't help:

2.
sudo chmod go-w /YourPath/Beanconqueror
pod repo update

Debug analytics on firebase

adb shell setprop debug.firebase.analytics.app com.beanconqueror.app

Decativate debug mode

adb shell setprop debug.firebase.analytics.app .none.

Check outdated dependencies

npm outdated
``


About

An open source project for coffee enthusiasts.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 70.3%
  • HTML 27.4%
  • CSS 1.9%
  • JavaScript 0.4%