Find a file Use this template
2017-05-18 01:43:37 +01:00
app/config Disable posts 2015-07-17 11:32:38 +01:00
source Delete .gitkeep 2015-07-17 12:29:47 +01:00
.gitignore Update dependencies 2017-01-07 23:23:07 +00:00
composer.json Rename to sculpin-skeleton 2017-05-18 01:43:37 +01:00
README.md Updated README 2015-12-21 21:17:42 +00:00

sculpin-minimal

A minimal installation of Sculpin.

Build

If this is a fresh download, or you dont have a vendor directory, use Composer to download the dependencies.

composer install

Once everything is downloaded, use the sculpin command to generate the site.

./vendor/bin/sculpin generate --watch --server

The site is now accessible at http://localhost:8000/.