Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

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