mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
13 lines
347 B
Markdown
13 lines
347 B
Markdown
|
# Folder Serve Demo
|
||
|
|
||
|
This is a small script that serves a simple folder structure 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 .`
|
||
|
|
||
|
|