Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 929 Bytes

File metadata and controls

26 lines (16 loc) · 929 Bytes

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.