From dd33eb960019da9151ff5a1fc1dd37913ba2d55c Mon Sep 17 00:00:00 2001 From: Jieyab89 Date: Sat, 29 Mar 2025 19:22:24 +0700 Subject: [PATCH] added guides usage --- Web Based/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Web Based/README.md diff --git a/Web Based/README.md b/Web Based/README.md new file mode 100644 index 0000000..82b590c --- /dev/null +++ b/Web Based/README.md @@ -0,0 +1,25 @@ +# USAGE + +## Update Items + +Please run the python script on folder gen node + +``` +python node-generate.py +``` + +## Run local web host + +You can run use local server php or python + +php +``` +php -S localhost:8000 +``` + +python +``` +python -m http.server 8000 +``` + +Then access it with your IP or localhost into web browser \ No newline at end of file