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 7fe19cb770 try to fix css webpack problem 8 vuotta sitten
app try to fix css webpack problem 8 vuotta sitten
tests fix error in password generator with counter 8 vuotta sitten
.gitignore move server into lesspass directory 9 vuotta sitten
.travis.yml add build status into README 9 vuotta sitten
Dockerfile fix build error with npm 8 vuotta sitten
LICENSE Initial commit 9 vuotta sitten
README.md fix build error with npm 8 vuotta sitten
index.html try to fix css webpack problem 8 vuotta sitten
package.json try to fix css webpack problem 8 vuotta sitten
server.js add express js server for production 8 vuotta sitten
webpack.config.js try to fix css webpack problem 8 vuotta sitten
webpack.config.old.js try to fix css webpack problem 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 on local

clone application:

git clone https://github.com/guillaumevincent/lesspass.git

move inside lesspass folder

cd lesspass

start application

npm run dev

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

run production mode

npm run build && npm start