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 da47c536ce add robots.txt 8 vuotta sitten
app add robots.txt 8 vuotta sitten
design improve new design 8 vuotta sitten
tests make createMasterPassword async 9 vuotta sitten
.gitignore move server into lesspass directory 9 vuotta sitten
.travis.yml add build status into README 9 vuotta sitten
Dockerfile Add Dockerfile 8 vuotta sitten
LICENSE Initial commit 9 vuotta sitten
README.md migrate to webpack 9 vuotta sitten
index.html add vue router for login page 8 vuotta sitten
package.json add login page 8 vuotta sitten
webpack.config.js clean webpack by removing jquery and bootstrap js 8 vuotta sitten

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

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