From 66823297a234c4793875859c8e81eb69c755a14d Mon Sep 17 00:00:00 2001 From: Mariano Abel Coca Date: Tue, 24 May 2022 14:49:46 -0300 Subject: [PATCH] Add localhost development reference in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0d1b8fdd..a7791946 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ To see them locally: script/develop.sh ``` +And go to http://localhost:8000/ + If you'd like to test your widget in the monolith before publishing, run `script/test-elm-package.py ../path_to_this_repo` from the monolith's directory. ## Deploying