No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Guillaume Vincent 96abf78e5f accelerate build on travis by removing npm install in pretest command hace 9 años
app make password template explicit hace 9 años
public update help on index hace 9 años
server arrange server app structure hace 9 años
static improve packaging with npm hace 9 años
tests make password template explicit hace 9 años
.gitignore arrange server app structure hace 9 años
.travis.yml add build status into README hace 9 años
LICENSE Initial commit hace 9 años
README.md accelerate build on travis by removing npm install in pretest command hace 9 años
package.json accelerate build on travis by removing npm install in pretest command hace 9 años

README.md

Build Status

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

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