From a1bbf2971eef95423188cee232d9b6b257436fb6 Mon Sep 17 00:00:00 2001 From: rdrew Date: Mon, 2 Dec 2024 13:10:45 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1d4928..6d1a32b 100755 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Many of the stylist details are set in `site-variables.css` ## Proxy Server For Local Theme Dev Against Live Site edit variables in `bs.js` and run: + npm install node bs.js this runs a proxy server using Browser-sync, serving your local files against the live proxied site. Css file are watched or changes and are automatically reloaded on file save.