An open API service indexing awesome lists of open source software.

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

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