From c2f35c0f91363f458466e21dbbbdd57572220117 Mon Sep 17 00:00:00 2001 From: tungstengmd <118553985+tungstengmd@users.noreply.github.com> Date: Fri, 12 Apr 2024 12:23:46 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ed334d..2d8275e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ check the latest package, or click "Code" and "Download ZIP" if im too lazy ## How to run Either run the HTML file on a browser of your choice (as long as it supports JS) or: ### IN EMACS -Make sure you have skewer-mode,simple-httpd & js2-mode installed and enable skewer-mode. Then, do M-x and type run-skewer, and do C-c C-k. It should be running on https://127.0.0.1:8080/skewer. +Make sure you have skewer-mode, simple-httpd & js2-mode installed and enable skewer-mode (or just have spacemacs). Then, do M-x and type run-skewer, and do C-c C-k. It should be running on https://127.0.0.1:8080/skewer. ### 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 https://127.0.0.1:5500.