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 709 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. [![Build Status](https://travis-ci.org/oslab-fr/lesspass.svg?branch=master)](https://travis-ci.org/oslab-fr/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. start application
  12. npm start
  13. open the application in a browser: [http://localhost:8080](http://localhost:8080)
  14. ## run tests
  15. install dependencies
  16. npm install
  17. run tests
  18. npm run test
  19. run test in watch mode
  20. npm run test:watch
  21. ## build for production
  22. npm run build