From 5094007533f49d2f321cf78184c3a0b1755a16f7 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 7 Dec 2023 23:42:36 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 52776cf..25fa2f0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # Password generator A simple yet effective password generator created using Angular. + +--- +### To run locally +1. `npm install` +2. `ng serve` +3. Navigate to `http://localhost:4200/`