Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Guillaume Vincent 96abf78e5f accelerate build on travis by removing npm install in pretest command před 9 roky
app make password template explicit před 9 roky
public update help on index před 9 roky
server arrange server app structure před 9 roky
static improve packaging with npm před 9 roky
tests make password template explicit před 9 roky
.gitignore arrange server app structure před 9 roky
.travis.yml add build status into README před 9 roky
LICENSE Initial commit před 9 roky
README.md accelerate build on travis by removing npm install in pretest command před 9 roky
package.json accelerate build on travis by removing npm install in pretest command před 9 roky

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

install dependencies

npm install

start application

npm start

open the application in a browser: http://localhost:5000

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:production