Skip to content

Commit 2e47d2c

Browse files
updated readme
1 parent 62c1c20 commit 2e47d2c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,22 @@ Code snapshots (which you find in `/code`) are there for you to compare your cod
2626

2727
You can either view my code directly here on Github (you can open + view code files without issues here) or you download the snapshots.
2828

29+
The subfolders in the `/code` folder are named such that mapping them to the course lectures is straightforward.
30+
2931
### Downloading code snapshots
3032

3133
You can download all the content of a branch via the "Code" button here on Github. You can then either [clone](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository) the repository or simply download the selected branch content as a ZIP file.
3234

3335
**Important:** You always download the **entire branch content!**
3436

35-
You can then dive into the interesting folders (e.g. the individual code snapshots) locally on your hard drive.
37+
You can then dive into the interesting folders (e.g. the individual code snapshots) locally on your hard drive.
38+
39+
### Running the attached code
40+
41+
You can use the attached code simply to compare it to yours. But you can also run it.
42+
43+
To run my code, navigate into a specific code snapshot folder via the `cd` command in your command prompt or terminal first.
44+
45+
Then run `npm install` to install all required dependencies (this will create a `/node_modules` folder).
46+
47+
**Important:** If you're using the code for a module that requires API keys or a backend (e.g. the module about sending Http requests), you'll have to use **your backend URLs** or API keys. Mine won't work (I disabled my projects).

0 commit comments

Comments
 (0)