added guides usage

This commit is contained in:
Jieyab89
2025-03-29 19:22:24 +07:00
parent 454340a635
commit dd33eb9600

25
Web Based/README.md Normal file
View File

@@ -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