Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Guillaume Vincent 7fe19cb770 try to fix css webpack problem vor 8 Jahren
app try to fix css webpack problem vor 8 Jahren
tests fix error in password generator with counter vor 8 Jahren
.gitignore move server into lesspass directory vor 9 Jahren
.travis.yml add build status into README vor 9 Jahren
Dockerfile fix build error with npm vor 8 Jahren
LICENSE Initial commit vor 9 Jahren
README.md fix build error with npm vor 8 Jahren
index.html try to fix css webpack problem vor 8 Jahren
package.json try to fix css webpack problem vor 8 Jahren
server.js add express js server for production vor 8 Jahren
webpack.config.js try to fix css webpack problem vor 8 Jahren
webpack.config.old.js try to fix css webpack problem vor 8 Jahren

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