From 18c1fe62832adbc31d2fe13f3ea1914928276c71 Mon Sep 17 00:00:00 2001 From: Thomas Nelson Date: Sun, 21 Apr 2024 17:20:49 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 723d9cf..a578255 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Live demo of the current code can be found at https://tanelso2.github.io/kotlin- # Viewing the Built Code +Use any web server to serve `build/dist/js/productionExecutable`. Here's an example using Python's built-in http server: ```bash python3 -m http.server --directory build/dist/js/productionExecutable ```