Skip to content
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.

Release 1.0

Latest
Compare
Choose a tag to compare
@m-thalmann m-thalmann released this 08 Mar 21:16
· 14 commits to master since this release

Using this release

Build yourself

Download the master archive, extract it and build it with the following commang (you need to have npm and angular-cli installed):
ng build --prod
It will create a dist folder, with the compiled output

Note

When installing this application in a subdirectory of your webserver (e.g. https://example.com/passwordmanager) you need to modify the base tag in the index.html file