Sphido is deathly simple, ultra fast, flat file (Markdown, Latte, HTML, PHTML) CMS. Fully customizable.
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 [email protected]:sphido/cms.git sphido.dev && cd sphido.dev
Install dependencies with composer:
composer install
Run Docker and open http://localhost/
docker-compose up