From 26818da430653084637614e377e9fab8849ca350 Mon Sep 17 00:00:00 2001 From: Thomas Lindner Date: Sat, 1 Apr 2023 19:32:44 +0200 Subject: [PATCH] [doc] Avoid global angular installation --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 730525d..ce20a1f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,13 +29,13 @@ 1. Install node.js (e.g. via [nvm](https://github.com/nvm-sh/nvm#installation-and-update)) -2. `cd kibicara-frontend` +2. `cd frontend` 3. Install the dependencies with `npm i` -4. Install Angular with `npm i -g @angular/cli` +4. Install Angular with `npm i @angular/cli` 5. Turn off production mode if you have not already (see above in backend). 6. Start the backend in a different terminal -7. To serve and open the application, run `ng s -o`. The application will open - under [http://127.0.0.1:4200](http://127.0.0.1:4200). +7. To serve and open the application, run `node_modules/@angular/cli/bin/ng.js s -o`. + The application will open under [http://127.0.0.1:4200](http://127.0.0.1:4200). ### Creating an account