|
123456789101112131415161718192021222324252627282930313233343536373839404142 |
- [![Build Status](https://travis-ci.org/oslab-fr/lesspass.svg?branch=master)](https://travis-ci.org/oslab-fr/lesspass)
-
- # lesspass
- lesspass is like keepass without the need to persist passwords
-
- ## requirements
-
- * node v4.2.x LTS
-
- ## try lesspass
-
- clone application:
-
- git clone https://github.com/guillaumevincent/lesspass.git
-
- move inside lesspass folder
-
- cd lesspass
-
- start application
-
- npm start
-
- open the application in a browser: [http://localhost:8080](http://localhost:8080)
-
- ## run tests
-
- install dependencies
-
- npm install
-
- run tests
-
- npm run test
-
- run test in watch mode
-
- npm run test:watch
-
- ## build for production
-
- npm run build
|