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 7fe19cb770 try to fix css webpack problem il y a 8 ans
app try to fix css webpack problem il y a 8 ans
tests fix error in password generator with counter il y a 8 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 fix build error with npm il y a 8 ans
LICENSE Initial commit il y a 9 ans
README.md fix build error with npm il y a 8 ans
index.html try to fix css webpack problem il y a 8 ans
package.json try to fix css webpack problem il y a 8 ans
server.js add express js server for production il y a 8 ans
webpack.config.js try to fix css webpack problem il y a 8 ans
webpack.config.old.js try to fix css webpack problem 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 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