first working draft

This commit is contained in:
2025-09-19 21:39:52 +02:00
parent 1e223ceacc
commit 8c03eed484
6 changed files with 39 additions and 19 deletions

4
start.bat Normal file
View File

@@ -0,0 +1,4 @@
@echo off
set PHP_BIN=D:\php\php.exe
set DOCROOT=%~dp0public
"%PHP_BIN%" -S localhost:8000 -t "%DOCROOT%"