Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Guillaume Vincent 405a628d09 add first cryptographic methods 9 lat temu
app add first cryptographic methods 9 lat temu
public update help on index 9 lat temu
static improve packaging with npm 9 lat temu
tests add first cryptographic methods 9 lat temu
.gitignore hello world frontend 9 lat temu
.travis.yml add build status into README 9 lat temu
LICENSE Initial commit 9 lat temu
README.md add build status into README 9 lat temu
package.json remove watch mode for travis CI 9 lat temu

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

contribute

run tests

npm run test

build for production

npm run build:production