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 da47c536ce add robots.txt 8 anos atrás
app add robots.txt 8 anos atrás
design improve new design 8 anos atrás
tests make createMasterPassword async 9 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 Add Dockerfile 8 anos atrás
LICENSE Initial commit 9 anos atrás
README.md migrate to webpack 9 anos atrás
index.html add vue router for login page 8 anos atrás
package.json add login page 8 anos atrás
webpack.config.js clean webpack by removing jquery and bootstrap js 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

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

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