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 |