sculpin-skeleton/README.md
2015-12-21 21:17:42 +00:00

16 lines
436 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# sculpin-minimal
A minimal installation of [Sculpin](http://sculpin.io).
## Build
If this is a fresh download, or you dont have a `vendor` directory, use [Composer](https://getcomposer.org) 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/.