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
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,19 @@ game in action:
20
20
21
21
## Hosting
22
22
23
-
Just set up a local web server with root directory located where `index.html` is in.
23
+
Set up a web server with root directory located where `index.html` is in.
24
24
25
-
## Current functions
25
+
For live score display, redirect send/fetch api requests to localhost:3000/3001 respectively, and change the api url in `index.html` and `scripts/overlay/score.js` accordingly. Then run:
0 commit comments