mirror of
https://github.com/escalante29/WealthySmart.git
synced 2026-05-19 10:28:48 +02:00
Add CLAUDE.md project guide
All checks were successful
Deploy to VPS / deploy (push) Successful in 45s
All checks were successful
Deploy to VPS / deploy (push) Successful in 45s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
21
CLAUDE.md
Normal file
21
CLAUDE.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# 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: wealthy.cescalante.dev
|
||||||
|
- Reverse proxy: nginx-proxy + acme-companion (auto TLS)
|
||||||
Reference in New Issue
Block a user