Find a file Use this template
2015-07-17 11:09:43 +01:00
app/config Removed URL 2015-07-17 11:09:43 +01:00
source Removed _views 2015-03-15 22:19:25 +00:00
.gitignore Ignore publish.sh 2015-04-26 19:49:14 +01:00
README.md README now says something 2015-03-15 22:21:15 +00:00

sculpin-minimal

A minimal installation of Sculpin.

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