From d6859e367602d3921abb08abd5a21b0c57d78042 Mon Sep 17 00:00:00 2001 From: Brice Redmond Date: Wed, 18 Dec 2024 12:03:49 -0800 Subject: [PATCH] [other] add to readme local run steps (#1104) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4db2de13..626519c0 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ for full details. - [Web Full Reference] # Running locally +Download node 18 (if not using nix) + ```sh node startDev.js +# Navigate to http://localhost:3000/dev.html ``` \ No newline at end of file