Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Guillaume Vincent 71d38a71fe improve frontend docker il y a 8 ans
app improve frontend docker il y a 8 ans
design improve new design il y a 8 ans
tests make createMasterPassword async il y a 9 ans
.gitignore move server into lesspass directory il y a 9 ans
.travis.yml add build status into README il y a 9 ans
Dockerfile improve frontend docker il y a 8 ans
LICENSE Initial commit il y a 9 ans
README.md migrate to webpack il y a 9 ans
index.html add vue router for login page il y a 8 ans
package.json improve frontend docker il y a 8 ans
webpack.config.js clean webpack by removing jquery and bootstrap js il y a 8 ans

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