We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8173c86 commit 0362c7dCopy full SHA for 0362c7d
README.md
@@ -28,9 +28,14 @@ You can visit the application at [https://test.riversurf.app](https://test.river
28
29
## Installation
30
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).
+Clone the repository and install dependencies:
+```
+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.
39
40
## Build
41
0 commit comments