From 865773ef7092d87903805465b3068265e476b35a Mon Sep 17 00:00:00 2001 From: Lasim Date: Wed, 24 Sep 2025 20:55:52 +0200 Subject: [PATCH] docs: Update npm link to point to the official getting started documentation --- docs/local-setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/local-setup.mdx b/docs/local-setup.mdx index 4f57137..628478e 100644 --- a/docs/local-setup.mdx +++ b/docs/local-setup.mdx @@ -25,7 +25,7 @@ This guide is for contributors and developers who want to run DeployStack locall - **[Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)**: Version control system - **[Node.js v18+](https://nodejs.org/en/download)**: JavaScript runtime (v18 or higher required) - - **[npm v8+](https://www.npmjs.com/get-npm)**: Package manager (comes with Node.js) + - **[npm v8+](https://docs.npmjs.com/getting-started)**: Package manager (comes with Node.js) - **[Docker](https://docs.docker.com/get-docker/)**: For running databases (optional but recommended) ### Verify Installation