25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Guillaume Vincent 6f1ed5516e remove unused static files 9 yıl önce
app display help in bootstrap help block 9 yıl önce
server move server files into server folder 9 yıl önce
static remove unused static files 9 yıl önce
tests add Clipboard action on button copy 9 yıl önce
.gitignore move server into lesspass directory 9 yıl önce
.travis.yml add build status into README 9 yıl önce
LICENSE Initial commit 9 yıl önce
README.md display help in bootstrap help block 9 yıl önce
package.json add tooltips after copy to clipboard 9 yıl önce

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