sculpin-skeleton/README.md

20 lines
435 B
Markdown
Raw Normal View History

2015-03-15 22:21:15 +00:00
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