Source code for : https://github.com/hasukmistry/password-manager
⭐ Star us on GitHub — it helps!
- Clone this repo.
- Create .env file
- Install Dependencies
Create .env file in project location. Values can be random string or key with your choice. Have a look at below content:
PASSWORD_KEY={PASSWORD_KEY_OF_YOUR_CHOICE}
SECURITY_KEY=${PUBLIC_KEY_OF_YOUR_CHOICE}
GAUTH_KEY=${GAUTH_KEY_OF_YOUR_CHOICE}
npm install
npm run dev
npm run build
OR