From b9428741fe0061cb997550be5ad7833a28589032 Mon Sep 17 00:00:00 2001 From: tungstengmd <118553985+tungstengmd@users.noreply.github.com> Date: Sat, 22 Jun 2024 18:11:09 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96c9ca4..51a62e2 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,9 @@ Make sure you have skewer-mode, simple-httpd & js2-mode installed and enable ske ### IN VSCODE Install Live Server and Live Preview. Then, on the bottom, click Go live. It may ask for you to select a browser. Select one and it should be running on port 5500. ### WITH NODE.JS -Install browser-sync and run `browser-sync start -s -f` and it should run in your browser. +Install browser-sync and run +``` +browser-sync start -s -f +// i recommend aliasing this to bs +``` +and it should run in your browser.