跳到主要内容
版本:Current

开发环境

git clone <repo> && cd lottery
cd backend && npm install
cd ../frontend && npm install

配置 backend/.envfrontend/.env.local(见 Environment Variables)。

必填新增项:

STAFF_ADMIN_PASSWORD=dev-admin-pass
STAFF_DISPLAY_PASSWORD=dev-display-pass
cd frontend && npx prisma migrate dev
cd ../backend && npx prisma generate

# 终端 1
cd backend && npm run dev

# 终端 2
cd frontend && npm run dev

auth.ts 加入你的邮箱到 ADMIN_EMAILS 测试 Admin。

验证: Staff 登录 → 发布码 → 玩家 login → 发题。