Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Guillaume Vincent 7fe19cb770 try to fix css webpack problem 8 anos atrás
app try to fix css webpack problem 8 anos atrás
tests fix error in password generator with counter 8 anos atrás
.gitignore move server into lesspass directory 9 anos atrás
.travis.yml add build status into README 9 anos atrás
Dockerfile fix build error with npm 8 anos atrás
LICENSE Initial commit 9 anos atrás
README.md fix build error with npm 8 anos atrás
index.html try to fix css webpack problem 8 anos atrás
package.json try to fix css webpack problem 8 anos atrás
server.js add express js server for production 8 anos atrás
webpack.config.js try to fix css webpack problem 8 anos atrás
webpack.config.old.js try to fix css webpack problem 8 anos atrás

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