mirror of
https://github.com/mivodev/mivo.git
synced 2026-01-26 05:25:42 +07:00
Initial Release v1.0.0: Full feature set with Docker automation, Nginx/Alpine stack
This commit is contained in:
11
serve.bat
Normal file
11
serve.bat
Normal 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
|
||||
Reference in New Issue
Block a user