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 година
app try to fix css webpack problem пре 8 година
tests fix error in password generator with counter пре 8 година
.gitignore move server into lesspass directory пре 9 година
.travis.yml add build status into README пре 9 година
Dockerfile fix build error with npm пре 8 година
LICENSE Initial commit пре 9 година
README.md fix build error with npm пре 8 година
index.html try to fix css webpack problem пре 8 година
package.json try to fix css webpack problem пре 8 година
server.js add express js server for production пре 8 година
webpack.config.js try to fix css webpack problem пре 8 година
webpack.config.old.js try to fix css webpack problem пре 8 година

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