https://github.com/splorg/password-generator
https://github.com/splorg/password-generator
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/splorg/password-generator
- Owner: splorg
- Created: 2025-03-01T18:54:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T19:03:02.000Z (11 months ago)
- Last Synced: 2025-03-01T20:19:22.523Z (11 months ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.