mirror of
https://github.com/nicoverbruggen/ebook-fonts-showcase.git
synced 2026-04-06 20:30:08 +02:00
Minor updates
This commit is contained in:
6
serve-locally.sh
Executable file
6
serve-locally.sh
Executable 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
|
||||
Reference in New Issue
Block a user