選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Guillaume Vincent 71d38a71fe improve frontend docker 8年前
app improve frontend docker 8年前
design improve new design 8年前
tests make createMasterPassword async 9年前
.gitignore move server into lesspass directory 9年前
.travis.yml add build status into README 9年前
Dockerfile improve frontend docker 8年前
LICENSE Initial commit 9年前
README.md migrate to webpack 9年前
index.html add vue router for login page 8年前
package.json improve frontend docker 8年前
webpack.config.js clean webpack by removing jquery and bootstrap js 8年前

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