Тайлбар байхгүй

bob.yuxinyang cdfdfcc32a 更新网站备案号 1 сар өмнө
public 76b319365f first commit 1 сар өмнө
src cdfdfcc32a 更新网站备案号 1 сар өмнө
.gitignore 76b319365f first commit 1 сар өмнө
.oxlintrc.json 76b319365f first commit 1 сар өмнө
README.md 76b319365f first commit 1 сар өмнө
deploy.sh 76b319365f first commit 1 сар өмнө
design-qa-comparison.png 76b319365f first commit 1 сар өмнө
design-qa-implementation.png 76b319365f first commit 1 сар өмнө
design-qa.md 76b319365f first commit 1 сар өмнө
index.html 76b319365f first commit 1 сар өмнө
nginx.conf 76b319365f first commit 1 сар өмнө
package-lock.json 76b319365f first commit 1 сар өмнө
package.json 76b319365f first commit 1 сар өмнө
provision-server.sh 76b319365f first commit 1 сар өмнө
vite.config.js 76b319365f first commit 1 сар өмнө

README.md

纯粹星辰官网

React + Vite 静态网站。

本地开发

npm install
npm run dev

一键部署

服务器和域名信息保存在 deploy.config,私钥文件仅保存在本机并已被 Git 忽略。

./deploy.sh

脚本会自动构建、上传并切换到新版本,服务器保留最近 5 个版本。站点使用独立 Docker 容器接入现有网关,不占用宿主机的新端口,也不会覆盖其他网站。

首次迁移到一台全新服务器时才需要运行:

./provision-server.sh