overseer/bin/run-php.sh

5 lines
128 B
Bash
Raw Normal View History

2022-11-01 18:09:46 -04:00
#!/bin/sh
# start a local instance of the app using PHP's built-in webserver
php -S localhost:8080 -t public/ public/index.php