From 3f76bea895c2d7b58ccff5daa55cf291e0111bfa Mon Sep 17 00:00:00 2001 From: deme Date: Mon, 8 May 2023 16:30:04 -0300 Subject: [PATCH 1/2] [#839,docs][xs]: change Node version to either 16 or 18, fix small typo --- site/content/docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/index.md b/site/content/docs/index.md index 91d1f079..f532a61d 100644 --- a/site/content/docs/index.md +++ b/site/content/docs/index.md @@ -8,7 +8,7 @@ If you have questions about anything related to PortalJS, you're always welcome ### Prerequisites -- Node.js 14.18.0 or newer +- Node v16.20.0 LTS or Node.js 18.16.0 LTS (recommended) - MacOS, Windows (including WSL), and Linux are supported ### Create a PortalJS app @@ -20,7 +20,7 @@ npx create-next-app my-data-portal --example https://github.com/datopian/portalj ``` > [!tip] -> You may have noticed we used the command create-next-app. That’s because PortalJS is built on the awesome NextJS react javascript framework. That’s mean you can do everything you do with NextJS with PortalJS. Check out their docs to learn more. +> You may have noticed we used the command create-next-app. That’s because PortalJS is built on the awesome NextJS react javascript framework. This means you can do everything you do with NextJS with PortalJS. Check out their docs to learn more. ### Run the development server From 7dfde0935e0c8558561e656a9b814a88f822ae2f Mon Sep 17 00:00:00 2001 From: deme Date: Mon, 8 May 2023 17:17:45 -0300 Subject: [PATCH 2/2] [#839, docs][xs]: remove mention to automtic reload --- site/content/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/index.md b/site/content/docs/index.md index f532a61d..a1cd6947 100644 --- a/site/content/docs/index.md +++ b/site/content/docs/index.md @@ -47,7 +47,7 @@ Let’s try editing the starter page. - Find the text that says “My Dataset” and change it to “My Awesome Dataset”. - Save the file. -As soon as you save the file, the browser automatically updates the page with the new text: +After refreshing the page, you should see the new text: