Source files for http://berlinonline.github.io/php-introduction/.
- clone the repo
- install composer (if you don't have it already)
- run
composer install
vendor/bin/sculpin generate --watch --server
: builds the dev version of the site,--watch
will auto-regenerate on changes,--server
will start a dev server
Run ./deploy-gh-pages
to rebuild the live site and push it to gh-pages.