Copyright 2024, Caleb Evans
Released under the MIT license
A simple application which serves as a secure space for you to generate a 2FA code from a secret.
Live App: https://projects.calebevans.me/2fa-code-generator/
This project uses pnpm (instead of npm) for package installation and management.
npm install -g pnpm
pnpm install
pnpm dev
The site will then be viewable in your browser at http://localhost:5173.