diff --git a/README.md b/README.md index 1194acc..22b5dc9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ At some point a PixelForge replacement will be implemented, though this requires # Web USB App (No Download Required) This repository now includes a browser-based interface in `/web` so users can connect to a Gameband from a web page without installing the desktop launcher. +## Open the website app +If you host this repository as a static website, opening the site root will automatically redirect to the web app. + ## Run locally From the project root: @@ -17,7 +20,13 @@ From the project root: python3 -m http.server 8080 ``` -Then open: +Then open either: + +``` +http://localhost:8080/ +``` + +or: ``` http://localhost:8080/web/ diff --git a/index.html b/index.html new file mode 100644 index 0000000..aa34d0e --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + +
+ + +Redirecting to the OpenGameband web app...
+If you are not redirected automatically, open the app here.
+ +