WEB application for 2FA Mobile
git clone https://github.com/peterdee/2fa-web
cd ./2fa-web
nvm use 18
npm i
The .env
file is required, see .env.example for details
npm run dev
Application will be available at http://localhost:5173
npm run build
npm run lint
Using ESLint