Minor updates

This commit is contained in:
2026-03-22 20:20:56 +01:00
parent e7334bbe28
commit e387c4f3d1
18 changed files with 77 additions and 11 deletions

6
serve-locally.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
PORT="${PORT:-8888}"
echo "Starting server on http://localhost:${PORT}"
php -S "0.0.0.0:${PORT}" -t public