/001_secret_vault

Ultimate implementation of a vault full of secrets.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

001_secret_vault

Ultimate Secret Vault

Build Setup

# Install all and build.
npm install && npm update && npm rebuild

# Open mock at localhost:8080/mock.html.
npm run mock

# build for production with minification
npm run build

# run unit tests
npm test