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 68cbd37a18 try modify logo vor 8 Jahren
app try modify logo vor 8 Jahren
tests make createMasterPassword async vor 9 Jahren
.gitignore move server into lesspass directory vor 9 Jahren
.travis.yml add build status into README vor 9 Jahren
Dockerfile Add Dockerfile vor 8 Jahren
LICENSE Initial commit vor 9 Jahren
README.md migrate to webpack vor 9 Jahren
index.html migrate to webpack vor 9 Jahren
package.json clean webpack by removing jquery and bootstrap js vor 8 Jahren
webpack.config.js clean webpack by removing jquery and bootstrap js 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

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