It's a static site. To run a server, you can use the built-in capabilities of Python or PHP, like so:
python3 -m http.server 4000(Python 3)php -S localhost:4000(PHP)
Then view http://localhost:4000.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
It's a static site. To run a server, you can use the built-in capabilities of Python or PHP, like so:
python3 -m http.server 4000 (Python 3)php -S localhost:4000 (PHP)Then view http://localhost:4000.