From ca1e1eeda0b5e0009a8cece114e1967b8b1e0045 Mon Sep 17 00:00:00 2001 From: Krishna Acondy Date: Sun, 8 May 2022 12:53:02 +0100 Subject: [PATCH] chore(doc): add instructions to use gulp script --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60ce107..f655d4a 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,11 @@ You can create a local instance of Ghost using instructions from [here](https:// ### Making changes to the theme -- Once you've made any required changes in your code editor, repeat the steps above to update the theme. +You can run the `npm run dev` in this project to start a Gulp watch task. +This task watches for any changes to files in the project, builds it and copies the built assets into the folder on your local machine where the Ghost theme is installed. + +Make sure to set the correct path for the `ghostThemePath` variable in the gulpfile before you run this script. + +Alternately, you can also upload the changed theme manually. + +Once you've made any required changes in your code editor, repeat the steps in the section above to update the theme.