#chula
Small blogging/website framework.
Task list: https://trello.com/b/EcvhEDaC/chula
composer installmkdir -p content/drafts content/pagesphp -S localhost:8000 -t web
##Tests Tests have been setup in the tests/ directory using Codeception.
./bin/codecept build(bin\codecept.bat build)mkdir -p tests/_log- ``./bin/codecept(.bat) run
(bin\codecept.bat run`)
###Coverage
./bin/codecept run --coverage --xml --html