Pehapkari.cz - Statie based web
Install project with dependencies
composer create-project pehapkari/website pehapkari.cz @dev
Generate website to static HTML with live reload
cd pehapkari.cz
vendor/bin/statie generate --server
And open http://localhost:8000 in your browser
Are you using Docker? Here is how to run this project in it.