lesspass open source password manager (https://lesspass.com)
clone application:
git clone https://github.com/guillaumevincent/lesspass.git
cd lesspass
git submodule update --init
docker-compose up -d
open the application in a browser: https://localhost
run frontend tests
cd frontend
npm install
npm test
module | tests |
---|---|
frontend | |
core | |
backend |