Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

readme.md 606 B

8 lat temu
8 lat temu
8 lat temu
1234567891011121314151617181920212223242526
  1. > LessPass Cordova App for [lesspass.com](https://lesspass.com)
  2. ## Check everything ok
  3. ./node_modules/.bin/cordova requirements
  4. ## Add Android platform
  5. ./node_modules/.bin/cordova platform add android
  6. ## Test
  7. ./node_modules/.bin/cordova emulate android
  8. ## Build Release
  9. ./node_modules/.bin/cordova build --release -- --keystore=~/Android/lesspass.keystore --storePassword=... --alias=lesspass --password=...
  10. ## License
  11. This project is licensed under the terms of the GNU GPLv3.
  12. ## Issues
  13. report issues on [LessPass project](https://github.com/lesspass/lesspass/issues)