Initial commit from sculpin-minimal

This commit is contained in:
Oliver Davies 2015-03-16 08:22:11 +00:00
commit 502fe964b9
7 changed files with 33 additions and 0 deletions

20
README.md Normal file
View file

@ -0,0 +1,20 @@
sculpin-minimal
===============
A minimal installation of [Sculpin](http://sculpin.io).
Build
-----
### If You Already Have Sculpin
sculpin install
sculpin generate --watch --server
Your newly generated clone of the site 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