https://github.com/dflydev/raffl.io
https://github.com/dflydev/raffl.io
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dflydev/raffl.io
- Owner: dflydev
- Created: 2015-05-22T07:58:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-22T14:01:03.000Z (about 11 years ago)
- Last Synced: 2025-01-26T07:11:15.072Z (over 1 year ago)
- Language: CSS
- Size: 223 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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