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

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