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 7fe19cb770 try to fix css webpack problem hace 8 años
app try to fix css webpack problem hace 8 años
tests fix error in password generator with counter hace 8 años
.gitignore move server into lesspass directory hace 9 años
.travis.yml add build status into README hace 9 años
Dockerfile fix build error with npm hace 8 años
LICENSE Initial commit hace 9 años
README.md fix build error with npm hace 8 años
index.html try to fix css webpack problem hace 8 años
package.json try to fix css webpack problem hace 8 años
server.js add express js server for production hace 8 años
webpack.config.js try to fix css webpack problem hace 8 años
webpack.config.old.js try to fix css webpack problem hace 8 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 on local

clone application:

git clone https://github.com/guillaumevincent/lesspass.git

move inside lesspass folder

cd lesspass

start application

npm run dev

open the application in a browser: http://localhost:8080

run tests

install dependencies

npm install

run tests

npm run test

run test in watch mode

npm run test:watch

run production mode

npm run build && npm start