|
12345678910111213141516171819202122 |
- > LessPass Cordova App for [lesspass.com](https://lesspass.com)
-
- ## Build
-
- ./build.sh
-
- ## Run
-
- cordova run android
-
- ## Build Release
-
- cordova build --release -- --keystore=~/Android/android.jks --storePassword=... --alias=AndroidKey --password=...
-
- ## License
-
- This project is licensed under the terms of the GNU GPLv3.
-
-
- ## Issues
-
- report issues on [LessPass project](https://github.com/lesspass/lesspass/issues)
|