From fe036c5703edf058c1fe8867f1ecae0523168882 Mon Sep 17 00:00:00 2001 From: Antony Jones Date: Wed, 10 Jun 2020 13:41:12 +0100 Subject: [PATCH] add missing dev line --- site/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/README.md b/site/README.md index 6c879e9ebe..64ae22f9a8 100644 --- a/site/README.md +++ b/site/README.md @@ -26,6 +26,7 @@ PUBLISH=1 npm run build cd site npm ci npm run update +npm run dev ``` Then visit the REPL at [localhost:3000/repl?version=local](http://localhost:3000/repl?version=local). Please note that the local REPL only works with `npm run dev` and not when building the site for production usage.