From ce24e488d132e2f4a7f12097e8c4641444176af9 Mon Sep 17 00:00:00 2001 From: Leonardo Rocha Date: Wed, 23 Feb 2022 17:15:20 +0100 Subject: [PATCH] [s] data-literate README documentation slightly updated --- examples/data-literate/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/data-literate/README.md b/examples/data-literate/README.md index c313c72b..96df64b4 100644 --- a/examples/data-literate/README.md +++ b/examples/data-literate/README.md @@ -14,10 +14,11 @@ yarn #install packages yarn dev # start app in dev mode ``` -You should see the demo portal running with the example dataset provided: +You should see the demo portal running with the example dataset provided in `http://localhost:3000/demo` + +For the moment there is no root path and each markdown file will have it's own path (route) for the generated html code. TODO - ### Use your own dataset You can try it out with your own data literate setups: @@ -50,6 +51,8 @@ Results will be in `out/` subfolder. To test you will need to run a local webserver in the folder (just opening the relevant file in your browser won't work): +Here we do this with another (non nodejs based) server to show that the static site works. Python3 as a really useful simple http server that one can use here: + ``` cd out python3 -m http.server