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 b1ce44dc9d add password chars templates 9 years ago
app add password chars templates 9 years ago
public update help on index 9 years ago
static improve packaging with npm 9 years ago
tests add password chars templates 9 years ago
.gitignore hello world frontend 9 years ago
.travis.yml add build status into README 9 years ago
LICENSE Initial commit 9 years ago
README.md add build status into README 9 years ago
package.json remove watch mode for travis CI 9 years ago

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

contribute

run tests

npm run test

build for production

npm run build:production