Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 562 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 562 Bytes

Stack Website

This repository contains (almost) everything that makes up stackphp.com.

Powered by Sculpin. =)

Build

If You Already Have Composer

composer install
vendor/bin/sculpin generate --watch --server

Your newly generated clone of stackphp.com is now accessible at http://localhost:8000/.

If You Need Composer

curl -s https://getcomposer.org/installer | php
php composer.phar install
vendor/bin/sculpin generate --watch --server