Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

Latest commit

History

History
45 lines (30 loc) 路 1.04 KB

README.md

File metadata and controls

45 lines (30 loc) 路 1.04 KB

Secman hub

馃摝 Secman Hub is a web application for managing your passwords and other secrets.

secman.dev/download

Secman Hub is built with Vue.js and and PWA.

Installation

Visit hub.secman.dev

  1. Wait until App is available is displayed in the status bar.
  2. Click the Install Secman Hub as Desktop App button.
  3. When the installation is complete, refresh the page.

Build & Run

First sign up via Secman Authorize Website

Requirements

Run

# install deps
yarn

# run secman hub in dev mode
yarn serve

# build application for production
yarn build