Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 861 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 861 Bytes

Bayesian Beliefs (bayesian)

Rationalize your beliefs with the Bayesian method

Add some questions you are unsure about, together with some likely hypothesis. Then, take note of every relevant events, and estimate the likelihood of this event if the hypothesis were true. The Bayesian method will take care of updating your beliefs in the hypothesis accordingly.

Playstore update

Manually bump up versionCode and versionName numbers in src-capacitor/android/app/build.gradle

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.