pandemonium_demo_projects/web_standalone_scripts/folder_serve
2024-01-02 03:02:15 +01:00
..
test_folder Small tweak. 2024-01-02 03:02:15 +01:00
folder_serve.gd Added a new folder serve script demo. 2024-01-02 02:59:16 +01:00
README.md An another small readme tweak. 2024-01-02 03:01:28 +01:00

Folder Serve Demo

This is a small script that serves a folder (and it's subfolders) as a static site.

Similar to python -m http.server

It's derived from the SceneTree, so you don't need to run this as a project, instead you need to get the engine, and run it with the -s (--script) option like so:

./pandemonium -s ./folder_serve.gd .