/pehapkari.cz

Website of Czech and Slovak PHP Community

Primary LanguageHTML

Pehapkari.cz - Statie based web

Build Status Code Coverage Quality Score

How to run it?

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.