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 1773684b3d add favicons 9 jaren geleden
app improve featurettes rendering 9 jaren geleden
server move server files into server folder 9 jaren geleden
static add favicons 9 jaren geleden
tests use default import in lesspass module 9 jaren geleden
.gitignore move server into lesspass directory 9 jaren geleden
.travis.yml add build status into README 9 jaren geleden
LICENSE Initial commit 9 jaren geleden
README.md fix documentation 9 jaren geleden
package.json add favicons 9 jaren geleden

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: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:production