From 41b3649eb75a7beb8aa19760b0087f95d598417e Mon Sep 17 00:00:00 2001 From: akshayvas <137168453+akshayvas@users.noreply.github.com> Date: Tue, 29 Jul 2025 16:21:23 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 538ab6c..d00cb6e 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ import '@aemforms/af-wknd-theme/dist/theme.css'; ## Complete development workflow +### NodeJS Version +This theme has been developed and tested with node version 14 + In order to make best use of theme-builder you have to run the live preview which provides proxy and browser sync functionalities. On top of that you need to make sure that you have additional watcher for your source files that triggers your theme build process which produces changes in the `dist` folder of your theme. This way after making change in your source file you will get your proxy page refreshed via browser sync. From 8015b545d57f05a161202f29ed990b2def0dfc48 Mon Sep 17 00:00:00 2001 From: akshayvas <137168453+akshayvas@users.noreply.github.com> Date: Tue, 29 Jul 2025 16:23:13 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d00cb6e..34a166e 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,10 @@ import '@aemforms/af-wknd-theme/dist/theme.css'; ## Complete development workflow -### NodeJS Version -This theme has been developed and tested with node version 14 - In order to make best use of theme-builder you have to run the live preview which provides proxy and browser sync functionalities. On top of that you need to make sure that you have additional watcher for your source files that triggers your theme build process which produces changes in the `dist` folder of your theme. This way after making change in your source file you will get your proxy page refreshed via browser sync. +### NodeJS Version +This theme has been developed and tested with node version 14 ### Build