https://github.com/petrnikolas/gen_pass
Random generators (passwords, qr codes, usernames, etc.)
https://github.com/petrnikolas/gen_pass
Last synced: 26 days ago
JSON representation
Random generators (passwords, qr codes, usernames, etc.)
- Host: GitHub
- URL: https://github.com/petrnikolas/gen_pass
- Owner: PetrNikolas
- License: mit
- Created: 2017-11-21T19:45:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:30:51.000Z (over 3 years ago)
- Last Synced: 2025-01-11T10:20:00.457Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://genpassapp.com/
- Size: 26.5 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# GENPASS
## Main libs
* [Next.js](https://github.com/zeit/next.js/)
* [Fela.js](http://fela.js.org/)
* [fastify](https://www.fastify.io/)
* [prettier](https://prettier.io/)
* [Babel](https://babeljs.io/)
* [Spectre.css](https://picturepan2.github.io/spectre/)
## How to use
Install it and run:
```bash
yarn
yarn serve
```
Build:
```bash
yarn build
```
Build doc folder (export):
```bash
yarn build:deploy
```