How to start with theme development?

I am running Ghost locally for theme development in an Docker conatiner. I am new to Ghost. Is there a “How To” for sass/js deployment? I tried to use Gulp but it does not work at all.
Thnx!

Can you share the errors you’re seeing with gulp? Without posting this info, it will be hard for the community to help you :slight_smile:

Thanx for your answer. I guess there is just no Gulp file. Error is “No gulpfile found”. Where should I expect to find the gulp file?

I should read about Gulp…

You’re going to have to make some changes, but you can refer to the gulpfile in the Starter and Casper as a starting point

1 Like

So I just put the gulpfile.js into the root of the theme?

That’s where you would put it, but there’s so much flexibility here that it’s hard to give a definitive answer without more context.

We also have this tutorial that can provide a bit more info:

1 Like