From c11c1d4dce9de4bd5b463e891eebf961b37feb04 Mon Sep 17 00:00:00 2001 From: Shahd Lala Date: Sat, 18 Apr 2026 01:01:28 +0200 Subject: [PATCH] fix: npm --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8902292..b6ed2d9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ This project was generated using [Angular CLI](https://github.com/angular/angula To start a local development server, run: ```bash -ng serve +npm install +npm start ``` Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.