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

https://github.com/dflydev/raffl.io


https://github.com/dflydev/raffl.io

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

Raffl.io Website
====================

This repository contains (almost) everything that makes up
[raffl.io](http://raffl.io).

Powered by [Sculpin](https://github.com/sculpin/sculpin). =)

© Dragonfly Development Inc.

Build
-----

### If You Already Have Sculpin

sculpin install
sculpin generate --watch --server

Your newly generated clone of [raffl.io](https://raffl.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