Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 
Guillaume Vincent 96abf78e5f accelerate build on travis by removing npm install in pretest command 9 år sedan
app make password template explicit 9 år sedan
public update help on index 9 år sedan
server arrange server app structure 9 år sedan
static improve packaging with npm 9 år sedan
tests make password template explicit 9 år sedan
.gitignore arrange server app structure 9 år sedan
.travis.yml add build status into README 9 år sedan
LICENSE Initial commit 9 år sedan
README.md accelerate build on travis by removing npm install in pretest command 9 år sedan
package.json accelerate build on travis by removing npm install in pretest command 9 år sedan

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