Local development environment with gulp

For local development of my Kirby site, I made a setup using gulp that runs the PHP server and reloads changes to code or content automatically. It can also upload the final site with FTP. I thought I’d share it here, as it might be useful for some.

This an alternative to all the other options to run a local development environment, and I don’t think something similar exists using a task runner like gulp, at least I didn’t find it.

Lots to improve (see ideas in readme), join in if you like!

1 Like