mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-22 05:55:16 -05: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
|
git clone git@github.com:louislam/uptime-kuma.git
|
||||||
cd uptime-kuma
|
cd uptime-kuma
|
||||||
npm run install
|
npm run setup
|
||||||
|
|
||||||
# 1. Try it
|
# 1. Try it
|
||||||
npm run start-server
|
npm run start-server
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"vite-preview-dist": "vite preview --host",
|
"vite-preview-dist": "vite preview --host",
|
||||||
"build-docker": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma . --push",
|
"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": {
|
"dependencies": {
|
||||||
"@popperjs/core": "^2.9.2",
|
"@popperjs/core": "^2.9.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user