An open API service indexing awesome lists of open source software.

https://github.com/nprail/lunch-money-app

An unofficial Lunch Money mobile app built with Ionic and Capacitor!
https://github.com/nprail/lunch-money-app

capacitor finance ionic lunchmoney

Last synced: 29 days ago
JSON representation

An unofficial Lunch Money mobile app built with Ionic and Capacitor!

Awesome Lists containing this project

README

          

# [Lunch Money](https://lunchmoney.app) App

An unofficial Lunch Money client built with Ionic and Capacitor!

## Build for Android

```bash
# clone the repo and change directory
git clone git@github.com:nprail/lunch-money-app.git
cd lunch-money-app

# install npm dependencies
npm install

# build Angular
npm run build

# copy the static assets
npx cap copy android

# build the native project
cd android
./gradlew assembleDebug
```