The public-facing website and blog of Tekkie Consulting.
Powered by Sculpin.
Make sure you have installed Composer first.
$ composer install
$ vendor/bin/sculpin generate --watch --server --port=12345
The development environment is accessible at http://localhost:12345/
.
$ vendor/bin/sculpin generate --watch --server --url=http://localhost:12345 --port=12345
The style is now SASS, so you need to
$ cd source/themes/tekkie/tekkie/assets/css
$ sass --watch style.scss:style.css