You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Course-Compass is a webpage for interacting with the kth courses via the kth api
7
7
After downloading the repository navigate to the folder my-app and install the dependencies with
8
8
9
9
```bash
10
-
npm install
10
+
npm ci
11
11
```
12
12
The website can run for developers with
13
13
```bash
@@ -147,4 +147,4 @@ The **[docs](https://github.com/InferenceKTH/Course-Compass/tree/kth-api)** bran
147
147
148
148
The **[kth-api](https://github.com/InferenceKTH/Course-Compass/tree/kth-api)** contains most of the tools used for gathering and processing the course info.
0 commit comments