Guillaume Vincent 3f3cbacd98 | 8 년 전 | |
---|---|---|
backend @ 8489ee76c5 | 8 년 전 | |
core @ 1d4369e72a | 8 년 전 | |
nginx @ 0f7f31d5fe | 8 년 전 | |
webextension @ fc8d3b0c95 | 8 년 전 | |
.gitignore | 8 년 전 | |
.gitmodules | 8 년 전 | |
.travis.yml | 8 년 전 | |
docker-compose.prod.yml | 8 년 전 | |
docker-compose.yml | 8 년 전 | |
license | 8 년 전 | |
readme.md | 8 년 전 |
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 | |
web extension |