mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
7af88e538d7e5b80d73495d8ea4505ce50e758ba
inji
MOSIP citizen app.
Dependencies
Be sure to have the following build tools installed before proceeding:
Running the app
# Install all dependencies
npm install
# run dev client
npm start
# run Inji directly to connected emulator or device (Default)
npm run android:newlogic
# run Inji Philippines directly to connected emulator or device
npm run android:ph
Building from Source
Build via Android Studio
The app is available in this repository's frontend/android directory. Open this directory in Android Studio (version 4.1 and above) and the app can be built and run from there.
More info here: Build your app using Android Studio
Build via command line
- Build for Mosip Philippines test
npm run build:android:ph
- Build for Newlogic test
npm run build:android:newlogic
Note for release builds you will need to have a keystore: Create a Keystore
More info here: Build your app from the command line
Languages
TypeScript
86.6%
Kotlin
5.2%
Swift
2.7%
Java
2.6%
JavaScript
1.4%
Other
1.4%