mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-26 00:39:19 +08:00
[guide] update how to start dev server
This commit is contained in:
@@ -82,12 +82,10 @@ npm install --legacy-peer-deps --dev
|
|||||||
|
|
||||||
# Backend Dev
|
# Backend Dev
|
||||||
|
|
||||||
|
(2021-09-23 Update)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run start-server
|
npm run start-server-dev
|
||||||
|
|
||||||
# Or
|
|
||||||
|
|
||||||
node server/server.js
|
|
||||||
```
|
```
|
||||||
|
|
||||||
It binds to `0.0.0.0:3001` by default.
|
It binds to `0.0.0.0:3001` by default.
|
||||||
|
Reference in New Issue
Block a user