Skip to content

WEB application for 2FA Mobile

License

Notifications You must be signed in to change notification settings

peterdee/2fa-web

Repository files navigation

2FA WEB

WEB application for 2FA Mobile

Deployment

git clone https://github.com/peterdee/2fa-web
cd ./2fa-web
nvm use 18
npm i

Environment variables

The .env file is required, see .env.example for details

Launch

npm run dev

Application will be available at http://localhost:5173

Build static files

npm run build

Linting

npm run lint

Using ESLint

License

MIT