Genratr
1.0.0
A simple and secure strong password generator.
Visit the Genratr website to explore the app and its features.
Under testing - Coming soon!
Make sure to install all the dependencies using Yarn:
yarn
To run the app in development mode with hot-code reloading and error reporting:
yarn start
Or start specifically for each platform:
Start for Android:
yarn android
Start for iOS:
yarn ios
Start for Web:
yarn web
To build the app for different platforms, use the following commands:
Local Android APK Build:
yarn local-build:apk
Local Android AAB Build:
yarn local-build:aab
Local iOS IPA Build:
yarn local-build:ipa
Cloud Build for Android:
yarn cloud-build:android
Cloud Build for iOS:
yarn cloud-build:ios
Build for Web:
yarn build:web
For cleaning up and preparing a new build:
yarn prebuild
Testing across browsers and devices is supported by BrowserStack.
Genratr is licenced under the MIT licence.