npm is alr with nodejs so dont see the point

This commit is contained in:
Samidy 2026-03-12 08:48:51 +03:00
parent 7a90c0962b
commit 6c4cfc301a

View file

@ -162,8 +162,7 @@ For development mode and advanced setups, see [DOCKER.md](DOCKER.md).
#### Prerequisites #### Prerequisites
- [Node.js](https://nodejs.org/) (Version 20+ or 22+ recommended) - [Bun](https://bun.sh/) (Preferred) or [Node.js](https://nodejs.org/) (Version 20+ or 22+ recommended)
- [Bun](https://bun.sh/) or [npm](https://www.npmjs.com/)
#### Local Development #### Local Development
@ -179,7 +178,7 @@ For development mode and advanced setups, see [DOCKER.md](DOCKER.md).
```bash ```bash
bun install bun install
# or # or
npm install npm install # NPM is included with Node.js
``` ```
3. **Start the development server:** 3. **Start the development server:**