This is my personal website and blog which is powered by Sculpin.
composer install
./vendor/bin/sculpin generate --server --watchThe site will then be accessible at http://localhost:8000/.
Follow the instructions here to install npm.
Once npm is installed, running the following command in the resources directory will install dependencies to a local node_modules folder:
npm installNow that the dependencies are installed, staying within the resources directory, you can now run gulp with the following command:
./node_modules/.bin/gulpThis will watch the scss files in the scss directory and regenerate the css if you make any changes.