An open API service indexing awesome lists of open source software.

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.)

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
```