mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
fix setup script
This commit is contained in:
parent
6bb4f92a5e
commit
ae6bc687a0
|
@ -22,7 +22,7 @@ Browse to http://localhost:3001 after started.
|
|||
```
|
||||
git clone git@github.com:louislam/uptime-kuma.git
|
||||
cd uptime-kuma
|
||||
npm run install
|
||||
npm run setup
|
||||
|
||||
# 1. Try it
|
||||
npm run start-server
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"build": "vite build",
|
||||
"vite-preview-dist": "vite preview --host",
|
||||
"build-docker": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma . --push",
|
||||
"install": "git checkout 1.0.0 && npm install && npm run build"
|
||||
"setup": "git checkout 1.0.0 && npm install && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@popperjs/core": "^2.9.2",
|
||||
|
|
Loading…
Reference in a new issue