選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Guillaume Vincent 96abf78e5f accelerate build on travis by removing npm install in pretest command 9年前
app make password template explicit 9年前
public update help on index 9年前
server arrange server app structure 9年前
static improve packaging with npm 9年前
tests make password template explicit 9年前
.gitignore arrange server app structure 9年前
.travis.yml add build status into README 9年前
LICENSE Initial commit 9年前
README.md accelerate build on travis by removing npm install in pretest command 9年前
package.json accelerate build on travis by removing npm install in pretest command 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

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