colossus/bin/run-php.sh

5 lines
128 B
Bash
Raw Normal View History

2022-11-25 15:46:18 -05: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