zhouqi a7bb60524f Cleanup: remove node_modules, stop tracking env, keep lockfiles il y a 5 jours
..
android b3a6fb94c8 Initial commit il y a 5 jours
app b3a6fb94c8 Initial commit il y a 5 jours
components b3a6fb94c8 Initial commit il y a 5 jours
hooks b3a6fb94c8 Initial commit il y a 5 jours
i18n b3a6fb94c8 Initial commit il y a 5 jours
lib b3a6fb94c8 Initial commit il y a 5 jours
public b3a6fb94c8 Initial commit il y a 5 jours
styles b3a6fb94c8 Initial commit il y a 5 jours
.dockerignore b3a6fb94c8 Initial commit il y a 5 jours
.eslintignore b3a6fb94c8 Initial commit il y a 5 jours
.eslintrc.json b3a6fb94c8 Initial commit il y a 5 jours
.gitignore b3a6fb94c8 Initial commit il y a 5 jours
.npmrc b3a6fb94c8 Initial commit il y a 5 jours
Dockerfile b3a6fb94c8 Initial commit il y a 5 jours
README.md b3a6fb94c8 Initial commit il y a 5 jours
build-apk.bat b3a6fb94c8 Initial commit il y a 5 jours
build-apk.sh b3a6fb94c8 Initial commit il y a 5 jours
capacitor.config.example.ts b3a6fb94c8 Initial commit il y a 5 jours
capacitor.config.ts b3a6fb94c8 Initial commit il y a 5 jours
fix-gradle-download.md b3a6fb94c8 Initial commit il y a 5 jours
next.config.ts b3a6fb94c8 Initial commit il y a 5 jours
package-lock.json a7bb60524f Cleanup: remove node_modules, stop tracking env, keep lockfiles il y a 5 jours
package.json b3a6fb94c8 Initial commit il y a 5 jours
pnpm-lock.yaml b3a6fb94c8 Initial commit il y a 5 jours
postcss.config.mjs b3a6fb94c8 Initial commit il y a 5 jours
server.js b3a6fb94c8 Initial commit il y a 5 jours
switch-gradle-mirror.bat b3a6fb94c8 Initial commit il y a 5 jours
tailwind.config.ts b3a6fb94c8 Initial commit il y a 5 jours
tsconfig.json b3a6fb94c8 Initial commit il y a 5 jours

README.md

Official Website

启动

本地启动

pnpm install
# 开发模式
pnpm run dev
# 生产模式
pnpm run build
pnpm run start

Docker 启动

# 构建镜像
docker build -t registry.cn-hangzhou.aliyuncs.com/ai-romantic/official-website:v0.0.1 .
# 启动镜像
docker run -d --restart=always --name official-website -p 3000:3000 registry.cn-hangzhou.aliyuncs.com/ai-romantic/official-website:v0.0.1