You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
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