diff --git a/composer.json b/composer.json index 7595edc..a9b1c3d 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,9 @@ "php": ">=7.1.0", "getkirby/cms": "^3.0" }, + "scripts": { + "start": "@php -S localhost:8000 kirby/router.php" + }, "config": { "optimize-autoloader": true }