Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 579 Bytes

File metadata and controls

27 lines (16 loc) · 579 Bytes

Dragonfly Development Website

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

Powered by Sculpin. =)

© Dragonfly Development, Inc.

Build

sculpin install
sculpin generate --server --watch

Your newly generated clone of dflydev.com 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 --server --watch