您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
Guillaume Vincent 0666704d11 add story image by Nanou 8 年前
app add story image by Nanou 8 年前
config migrate to webpack 9 年前
tests make createMasterPassword async 9 年前
.gitignore move server into lesspass directory 9 年前
.travis.yml add build status into README 9 年前
LICENSE Initial commit 9 年前
README.md migrate to webpack 9 年前
index.html migrate to webpack 9 年前
package.json migrate to webpack 9 年前

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