https://github.com/dflydev/dflydev.com
Dragonfly Development Website
https://github.com/dflydev/dflydev.com
Last synced: 12 months ago
JSON representation
Dragonfly Development Website
- Host: GitHub
- URL: https://github.com/dflydev/dflydev.com
- Owner: dflydev
- Created: 2012-01-17T21:28:10.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T02:24:54.000Z (about 8 years ago)
- Last Synced: 2025-06-29T15:01:48.322Z (12 months ago)
- Language: HTML
- Homepage: http://dflydev.com
- Size: 4.33 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dragonfly Development Website
=============================
This repository contains (almost) everything that makes up
[dflydev.com](http://dflydev.com).
Powered by [Sculpin](https://sculpin.io). =)
© Dragonfly Development, Inc.
Build
-----
sculpin install
sculpin generate --server --watch
Your newly generated clone of [dflydev.com](http://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