Add startup instructions
All checks were successful
PHP Composer / build (pull_request) Successful in 10m48s

This commit is contained in:
Armel van Ravels
2024-08-30 22:39:46 +02:00
parent bb1d280731
commit f2273a0cdb
4 changed files with 35 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ up:
start: up composer-install
composer-install:
"$(EXEC)" composer install
stop:
docker compose stop
cmd:
@@ -13,3 +15,5 @@ phpstan:
"$(EXEC)" vendor/bin/phpstan analyse src --level 8
cs-fix:
"$(EXEC)" vendor/bin/php-cs-fixer fix --allow-risky=yes
test:
"$(EXEC)" vendor/bin/pest