Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 717 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 717 Bytes

Build Status

CodeShip

About

PHP Dorset Site based on Silex + Twig

Setup

Quick start, just using PHP

You will need: composer, git and PHP (7.0+)

git clone https://github.com/PHPDorset/phpdorset.github.io.git phpdorset
cd phpdorset
composer install
php -S localhost:8000 -t web

Then browse to http://localhost:8000