Skip to content

Commit 553c6c2

Browse files
authored
Update README.md
1 parent 6ffb2f2 commit 553c6c2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Course-Compass is a webpage for interacting with the kth courses via the kth api
44

55
## How to run
66

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
715
After downloading the repository navigate to the folder my-app and install the dependencies with
816

917
```bash

0 commit comments

Comments
 (0)