·
3 commits
to main
since this release
Check out the demo first!
If you just want to see what the app can do or review it, I highly recommend watching this demo: YouTube Link
Try the app yourself
Follow these instructions to install the app on your device:
iOS
git clone https://github.com/alexmen656/app.git
cd app
npm install
npm run build
npx cap sync
npx cap open ios iosThen, you can install it on your device via Xcode.
Android
git clone https://github.com/alexmen656/app.git
cd app
npm install
npm run build
npx cap add android
npx cap sync
npx cap open androiddroid