Go to file
openclaw 5d5be69603 Update app configuration and account flows 2026-07-21 23:34:49 +08:00
apps/web Update app configuration and account flows 2026-07-21 23:34:49 +08:00
codex-tmux-scroll@f5d59a3f92 Update app configuration and account flows 2026-07-21 23:34:49 +08:00
deploy/frp feat: 实现账本核心交互与导航 2026-07-19 02:43:06 +08:00
docs Update app configuration and account flows 2026-07-21 23:34:49 +08:00
packages/domain feat: 实现账本核心交互与导航 2026-07-19 02:43:06 +08:00
services/api Update app configuration and account flows 2026-07-21 23:34:49 +08:00
.env.example Update app configuration and account flows 2026-07-21 23:34:49 +08:00
.gitignore feat: 实现账本核心交互与导航 2026-07-19 02:43:06 +08:00
README.md Update app configuration and account flows 2026-07-21 23:34:49 +08:00
compose.dev.yaml Update app configuration and account flows 2026-07-21 23:34:49 +08:00
compose.frp-prod.yml feat: 实现账本核心交互与导航 2026-07-19 02:43:06 +08:00
package-lock.json Update app configuration and account flows 2026-07-21 23:34:49 +08:00
package.json feat: 实现账本核心交互与导航 2026-07-19 02:43:06 +08:00
tsconfig.base.json feat: 实现账本核心交互与导航 2026-07-19 02:43:06 +08:00

README.md

Cents

家庭共享账本 App。

目标是做一个精简、可靠、可离线使用的手机应用,支持 Android 和 iOS。用户在无网络时也能记账网络恢复后自动同步到家庭共享账本。

当前阶段:产品边界和技术设计。

本地开发

npm install
npm run dev

前端默认运行在 http://localhost:5173/

常用检查:

npm run typecheck
npm run build