Lunch Money App
An unofficial Lunch Money client built with Ionic and Capacitor!
# clone the repo and change directory
git clone [email protected]: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