Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
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