refactor: 优化日历状态管理与首页输入框,添加API客户端抽象
This commit is contained in:
@@ -37,3 +37,11 @@ Follow this hierarchy when developing:
|
||||
- Default branch: `dev`
|
||||
- Feature development: use worktree `git worktree add -b feature/xxx ../feature-xxx dev`
|
||||
- Never develop directly on `main`
|
||||
|
||||
## Supabase Services
|
||||
|
||||
Project uses locally hosted Supabase for development.
|
||||
|
||||
- Docker config: `infra/docker/docker-compose.yml`
|
||||
- Start services: `cd infra/docker && docker compose up -d`
|
||||
- Stop services: `cd infra/docker && docker compose down`
|
||||
|
||||
Reference in New Issue
Block a user