From 1cd7713731bf05641d111bb49619f40dc82021f3 Mon Sep 17 00:00:00 2001 From: Marcel Wiessler Date: Mon, 30 Oct 2023 11:44:43 +0100 Subject: [PATCH] getting started: adjust some wording --- documentation/getting-started/index.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/documentation/getting-started/index.md b/documentation/getting-started/index.md index 15c7ade34..cb4610c0d 100644 --- a/documentation/getting-started/index.md +++ b/documentation/getting-started/index.md @@ -9,20 +9,22 @@ Below you find a list of tools that you need or that we recommend for using Need -
Download Nodejs ⭐ -Node.js is necessary to preview your website on your computer. -It is also used for uploading your website when you are finished and you want to share your results. +
Download Nodejs ⭐ +Node.js is used to preview and build the website that you are creating on your computer. +It is also used for uploading (deploy) your website when you are finished and when you want to share it.
--- ### The following tools are optional - *but recommended* + +
Download Toktx 🗜 +We use Toktx in production builds (optimized builds) for texture compression (KTX2). You can read more about production builds [here](./deployment.md#production-builds) in our docs +
Download VSCode 📑 -When you plan to edit code then we *recommend* that you download and install VSCode as your code editor +When you plan to edit or write code (js or HTML) then we *recommend* that you use VSCode as your code editor. -
Download Toktx 🗜 -We use Toktx for texture compression (KTX2). You can read more about that [here](./deployment.md#production-builds) in our docs