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

https://github.com/splorg/password-generator


https://github.com/splorg/password-generator

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Password Generator

I made this so I don't have to go on LastPass's generator everytime and get bombarded with ads and light theme and cookie banners etc etc whenever I want a password

Access here: https://password-generator.gabriellima.dev/

## Running locally:

To install dependencies:

```bash
bun install
```

To start a development server:

```bash
bun dev
```

To run for production:

```bash
bun start
```

This project was created using `bun init` in bun v1.2.4. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.