hackzilla/password-generator-app

An website dedicated to generating user passwords

Maintainers

👁 hackzilla

Package info

github.com/hackzilla/password-generator-app

Language:Twig

Type:project

pkg:composer/hackzilla/password-generator-app

Statistics

Installs: 474

Dependents: 0

Suggesters: 0

Stars: 18

Open Issues: 3

6.0.0 2024-05-18 15:08 UTC

Suggests

None

Provides

None

Conflicts

None

MIT 712e860cc5018c0b84ab42e94b13bb6b80079345


README

Demo

A setup version is available for use at https://passwords.ofdan.com/

Installation

You have three different ways to download the app.

a) Composer

composer create-project hackzilla/password-generator-app

b) Git

git clone git@github.com:hackzilla/password-generator-app.git
composer install
bin/console cache:clear --env=prod --no-debug

c) Download

https://github.com/hackzilla/password-generator-app/archive/master.zip

Once installed run:

composer install
bin/console cache:clear --env=prod --no-debug

d) Update Front-end dependencies

  • yarn install

Components