-
-
Notifications
You must be signed in to change notification settings - Fork 85
Developer Guide
ZYROUGE edited this page Apr 12, 2023
·
1 revision
- Android Studio
- Node.js
- Pull in the dependencies using
npm install
. - Run
npm run i18n:build
(builds only translation files) ornpm run prebuild
to generate the translation files.
- Generate required files using
npm run prebuild
. - Use
gradlew
or Android Studio to proceed with building/testing.