瀏覽代碼

Create script to host files locally

Useful for testing.
DricomDragon 5 年之前
父節點
當前提交
edf564f960
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      undeployed/scripts/serve-home.sh

+ 4 - 0
undeployed/scripts/serve-home.sh

@@ -0,0 +1,4 @@
+#!/bin/sh
+# Host pages on LAN
+
+php -S 0.0.0.0:8080 -t '../../web'