Initial Release v1.0.0: Full feature set with Docker automation, Nginx/Alpine stack

This commit is contained in:
dyzulk
2026-01-16 11:21:32 +07:00
commit 45623973a8
139 changed files with 24302 additions and 0 deletions

11
serve.bat Normal file
View File

@@ -0,0 +1,11 @@
@echo off
echo Starting Mikhmon v3 Remake Development Server...
echo.
echo Local: http://localhost:8000
echo Network URLs (Check below):
ipconfig | findstr "IPv4"
echo.
echo Server will start in 5 seconds...
echo Press Ctrl+C to stop.
timeout /t 5 >nul
php -S 0.0.0.0:8000 -t public public/index.php