https://github.com/efrane/zebra
Just a little TOTP helper
https://github.com/efrane/zebra
Last synced: 4 months ago
JSON representation
Just a little TOTP helper
- Host: GitHub
- URL: https://github.com/efrane/zebra
- Owner: eFrane
- License: mit
- Created: 2022-09-14T06:47:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T09:38:24.000Z (over 1 year ago)
- Last Synced: 2025-02-24T10:19:06.327Z (over 1 year ago)
- Language: Vue
- Homepage: https://zebra.efrane.com
- Size: 3.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zebra
zebra is a TOTP helper app you can use if your TOTP provider only shows the
qr code but you want to setup TOTP in e.g. KeepassXC where you need the actual
secret.
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).