Sphido is deathly simple, ultra fast, flat file (Markdown, Latte, HTML, PHTML) CMS. Fully customisable.
See more information: https://www.sphido.org/
Download latest version from Github and run composer install
, or just run composer create-project sphido/cms
.
Clone source codes from GitHub:
git clone git@github.com:sphido/cms.git sphido.local && cd sphido.local
Install dependencies with composer:
composer install
Run Docker and open http://localhost/
docker-compose up
php -S localhost:8000 -t public