https://github.com/peterdee/2fa-web
WEB application for 2FA Mobile
https://github.com/peterdee/2fa-web
2fa pinia typescript vue
Last synced: over 1 year ago
JSON representation
WEB application for 2FA Mobile
- Host: GitHub
- URL: https://github.com/peterdee/2fa-web
- Owner: peterdee
- License: mit
- Created: 2022-06-20T19:16:47.000Z (about 4 years ago)
- Default Branch: release
- Last Pushed: 2022-09-06T18:21:34.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T10:11:17.609Z (over 1 year ago)
- Topics: 2fa, pinia, typescript, vue
- Language: Vue
- Homepage: http://localhost:5173
- Size: 358 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## 2FA WEB
WEB application for [2FA Mobile](https://github.com/peterdee/2fa-mobile)
### Deployment
```shell script
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](.env.example) for details
### Launch
```sh
npm run dev
```
Application will be available at http://localhost:5173
### Build static files
```shell script
npm run build
```
### Linting
```shell script
npm run lint
```
Using [ESLint](https://eslint.org)
### License
[MIT](LICENSE.md)