npm is alr with nodejs so dont see the point
This commit is contained in:
parent
7a90c0962b
commit
6c4cfc301a
1 changed files with 2 additions and 3 deletions
|
|
@ -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:**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue