25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

README.md 244 B

12345678910111213141516171819
  1. # lesspass-move
  2. > password migration tool
  3. ## Build Setup
  4. ``` bash
  5. # install dependencies
  6. npm install
  7. # serve with hot reload at localhost:8080
  8. npm run dev
  9. # build for production with minification
  10. npm run build
  11. # run test
  12. npm run test
  13. ```