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 96abf78e5f accelerate build on travis by removing npm install in pretest command il y a 9 ans
app make password template explicit il y a 9 ans
public update help on index il y a 9 ans
server arrange server app structure il y a 9 ans
static improve packaging with npm il y a 9 ans
tests make password template explicit il y a 9 ans
.gitignore arrange server app structure il y a 9 ans
.travis.yml add build status into README il y a 9 ans
LICENSE Initial commit il y a 9 ans
README.md accelerate build on travis by removing npm install in pretest command il y a 9 ans
package.json accelerate build on travis by removing npm install in pretest command il y a 9 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

install dependencies

npm install

start application

npm start

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

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:production