Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 633 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 633 Bytes

vault

This project is an app that allows its user to generate passwords/secrets using a key 🔑 that the user set up. That means that the passwords/secrets cannot be accessible without the right key 🔐. I created this app in order to discover vue3 with typescript and Vite. also to use it personally. If you want to use it ⚠️ use it at your own risk ⚠️

Website: https://secrets-vault.netlify.app

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build