Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corrupt952/passwords.zuki.dev
Password generator service
https://github.com/corrupt952/passwords.zuki.dev
Last synced: 2 months ago
JSON representation
Password generator service
- Host: GitHub
- URL: https://github.com/corrupt952/passwords.zuki.dev
- Owner: corrupt952
- License: mit
- Created: 2023-04-04T18:17:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T01:01:16.000Z (over 1 year ago)
- Last Synced: 2023-10-17T10:57:00.701Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://passwords.zuki.dev
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# password.zuki.dev
Repository for the password.zuki.dev
## Requirements
- Docker
## Run local server
```
docker compose run --rm -it app npm ci
docker comopse up -d
```