Skip to content

Commit 0362c7d

Browse files
committed
Updating ReadMe
1 parent 8173c86 commit 0362c7d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,14 @@ You can visit the application at [https://test.riversurf.app](https://test.river
2828

2929
## Installation
3030

31-
* Clone the repository: `git clone https://gitlab.ti.bfh.ch/aligmara/riversurf-angular.git`
32-
* Run `npm ci` to install all required modules
33-
* Run `npm start` or `ng serve` and navigate to [http://localhost:4200](http://localhost:4200).
31+
Clone the repository and install dependencies:
32+
```
33+
git clone https://gitlab.ti.bfh.ch/aligmara/riversurf-angular.git
34+
cd riversurf-angular
35+
npm ci
36+
```
37+
38+
Run the app in development mode with `npm start` or `ng serve` and open [http://localhost:4200](http://localhost:4200) in your browser.
3439

3540
## Build
3641

0 commit comments

Comments
 (0)