https://hackmd.io/s/H1ct7kemW#
- clone this repo
-
- set your webserver(eg: apache, nginx, ...) root to public in repo folder
or
- at repo root use
php -S localhost:8000 -t public
to start a develop server listen on localhost port 8000 (DO NOT USE AT PRODUCTION SERVER)
- set your webserver(eg: apache, nginx, ...) root to public in repo folder