From 26f8088b3817e7925f443c86e58aab7cc0fb798b Mon Sep 17 00:00:00 2001 From: Oleksandr Redko <Oleksandr_Redko@epam.com> Date: Thu, 29 Feb 2024 22:20:42 +0200 Subject: [PATCH] docs: expand install manual for running website locally (#4431) --- docs/src/docs/contributing/website.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/docs/contributing/website.mdx b/docs/src/docs/contributing/website.mdx index 4ee66c32..ce9dc7a8 100644 --- a/docs/src/docs/contributing/website.mdx +++ b/docs/src/docs/contributing/website.mdx @@ -41,10 +41,12 @@ GitHub deploys the website to production after merging anything to a `master` br ## Local Testing +Install Node.js (v20 or newer). + Run: ```sh -npm install +npm install --legacy-peer-deps npm run start ```