Files
WealthySmart/CLAUDE.md
Carlos Escalante 570be71ac0
All checks were successful
Deploy to VPS / deploy (push) Successful in 40s
Fix domain: wealthy → wealth.cescalante.dev
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 09:40:54 -06:00

22 lines
504 B
Markdown

# WealthySmart
Personal finance management web app.
## Stack
- **Frontend:** React 19 + Vite + TypeScript + Tailwind CSS 4
- **Package manager:** pnpm
## Development
```bash
cd frontend && pnpm install && pnpm run dev
```
## Deployment
- Deployed via Gitea Actions (self-hosted runner on VPS)
- Push to `main` triggers: GitHub → webhook → Gitea mirror sync → Actions workflow → Docker build & deploy
- Domain: wealth.cescalante.dev
- Reverse proxy: nginx-proxy + acme-companion (auto TLS)