We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ffb2f2 commit 553c6c2Copy full SHA for 553c6c2
1 file changed
README.md
@@ -4,6 +4,14 @@ Course-Compass is a webpage for interacting with the kth courses via the kth api
4
5
## How to run
6
7
+Running this project locally can be done via docker or by building and running it with npm.
8
+
9
+### Running via docker
10
11
+Executing ´docker compose up´ or ´docker-compose up´ builds and starts the container.
12
13
14
+### Building with NPM
15
After downloading the repository navigate to the folder my-app and install the dependencies with
16
17
```bash
0 commit comments