mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 02:37:28 +01:00
[guide] update how to start dev server
This commit is contained in:
parent
3fb06a8ba4
commit
6f352a6e3c
@ -82,12 +82,10 @@ npm install --legacy-peer-deps --dev
|
||||
|
||||
# Backend Dev
|
||||
|
||||
(2021-09-23 Update)
|
||||
|
||||
```bash
|
||||
npm run start-server
|
||||
|
||||
# Or
|
||||
|
||||
node server/server.js
|
||||
npm run start-server-dev
|
||||
```
|
||||
|
||||
It binds to `0.0.0.0:3001` by default.
|
||||
|
Loading…
Reference in New Issue
Block a user