Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 594 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 594 Bytes

Sculpin Website

This repository contains (almost) everything that makes up sculpin.io.

Powered by Sculpin. =)

© Dragonfly Development Inc.

Build

If You Already Have Sculpin

sculpin install
sculpin generate --watch --server

Your newly generated clone of sculpin.io is now accessible at http://localhost:8000/.

If You Need Sculpin

curl -O https://download.sculpin.io/sculpin.phar
php sculpin.phar install
php sculpin.phar generate --watch --server