Update README.md

This commit is contained in:
Max W. 2023-12-07 23:42:36 +01:00
parent e2c203ad92
commit 5094007533

View File

@ -1,3 +1,9 @@
# Password generator # Password generator
A simple yet effective password generator created using Angular. A simple yet effective password generator created using Angular.
---
### To run locally
1. `npm install`
2. `ng serve`
3. Navigate to `http://localhost:4200/`