You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 779 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. [![Build Status](https://travis-ci.org/guillaumevincent/lesspass.svg?branch=master)](https://travis-ci.org/guillaumevincent/lesspass)
  2. # lesspass
  3. lesspass is like keepass without the need to persist passwords
  4. ## requirements
  5. * node v4.2.x LTS
  6. ## try lesspass
  7. clone application:
  8. git clone https://github.com/guillaumevincent/lesspass.git
  9. move inside lesspass folder
  10. cd lesspass
  11. install dependencies
  12. npm install
  13. start application
  14. npm start
  15. open the application in a browser: [http://localhost:5000](http://localhost:5000)
  16. ## run tests
  17. install dependencies
  18. npm install
  19. run tests
  20. npm run test
  21. run test in watch mode
  22. npm run test:watch
  23. ## build for production
  24. npm run build:production