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!
- Host: GitHub
- URL: https://github.com/nprail/lunch-money-app
- Owner: nprail
- Created: 2020-07-06T12:19:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T00:05:43.000Z (almost 6 years ago)
- Last Synced: 2025-03-13T08:43:38.649Z (over 1 year ago)
- Topics: capacitor, finance, ionic, lunchmoney
- Language: TypeScript
- Homepage:
- Size: 4.23 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```