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
+23-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## CodeMode overview
4
4
5
-
CodeMode is a Google Chrome extension that turns any Youtube coding tutorial into an interactive learning platform.
5
+
CodeMode is a Google Chrome extension that turns any Youtube coding tutorial into an interactive learning platform. Activate CodeMode by [installing the extension on the Chrome Web Store](https://chrome.google.com/webstore/detail/code-mode/lojikgkcpdeolbgbfcapfpfhofkocnge).
6
6
7
7

8
8
@@ -26,6 +26,28 @@ You can [view the CodeMode product demo on Youtube](https://youtube.com/watch?v=
26
26
27
27

28
28
29
+
30
+
# For developers
31
+
32
+
## How to run CodeMode locally
33
+
34
+
- Open your terminal window, navigate to your desired directory, and type the following:
- Navigate to the folder with CodeMode's `manifest.json` file and click 'Select'
45
+
- Now you should be able to navigate to [any Youtube video](https://www.youtube.com/watch?v=H9oYe_8Ks9M) and see the CodeMode drawer at the bottom of the page!
46
+
47
+
## Known issues
48
+
49
+
- When multiple Youtube videos are open in separate tabs, CodeMode forces each page to reload continuously.
0 commit comments