|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- [![Build Status](https://travis-ci.org/guillaumevincent/lesspass.svg?branch=master)](https://travis-ci.org/guillaumevincent/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
-
- install dependencies
-
- npm install
-
- start application
-
- npm start
-
- open the application in a browser: [http://localhost:5000](http://localhost:5000)
-
- ## 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:production
|