update readme instructions: npm -> bun
This commit is contained in:
parent
ac3cae6d72
commit
3429c24586
1 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@ A fun and visually appealing stress testing server with a **Miku-themed** fronte
|
||||||
Make sure you have the following installed:
|
Make sure you have the following installed:
|
||||||
|
|
||||||
- Node.js (v14 or above) 🌱
|
- Node.js (v14 or above) 🌱
|
||||||
- npm (Node Package Manager) 📦
|
- Bun (Latest version) 🍞
|
||||||
|
|
||||||
### Installation 💻
|
### Installation 💻
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ Make sure you have the following installed:
|
||||||
2. Install the required dependencies:
|
2. Install the required dependencies:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install
|
bun install
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Create the necessary files:
|
3. Create the necessary files:
|
||||||
|
@ -49,7 +49,7 @@ Make sure you have the following installed:
|
||||||
4. Run the server:
|
4. Run the server:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run dev
|
bun run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
The server will run on port `3000` by default. 🌐
|
The server will run on port `3000` by default. 🌐
|
||||||
|
@ -134,7 +134,7 @@ const attackHandlers = {
|
||||||
|
|
||||||
> 2. It crashes on startup, giving a "concurrently" error.
|
> 2. It crashes on startup, giving a "concurrently" error.
|
||||||
|
|
||||||
**Re:** Try running two terminals instead of one, in the first one use "npm run dev:client", and in the other one "npm run dev:server". (This happened to several people with Windows 11)
|
**Re:** Try running two terminals instead of one, in the first one use "bun run dev:client", and in the other one "bun run dev:server". (This happened to several people with Windows 11)
|
||||||
|
|
||||||
> 3. I go to "http://localhost:3000" and nothing appears.
|
> 3. I go to "http://localhost:3000" and nothing appears.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue