Skip to content

Version 1.0-2

Latest

Choose a tag to compare

@alexmen656 alexmen656 released this 11 Oct 23:54
· 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 ios

Then, 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