8 lines
110 B
Bash
Executable file
8 lines
110 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
composer install
|
|
composer recipe:unpack
|
|
|
|
php -S localhost:8888 -t web
|