Homepage Redesign

This commit is contained in:
Eric Gullickson
2025-11-03 14:06:54 -06:00
parent 54d97a98b5
commit eeb20543fa
71 changed files with 3925 additions and 1340 deletions

View File

@@ -1,6 +1,6 @@
# MotoVaultPro — Simplified Architecture
Simplified 6-container architecture with integrated platform service.
Simplified 5-container architecture with integrated platform feature.
## Requirements
- Mobile + Desktop: Implement and test every feature on both.
@@ -10,7 +10,7 @@ Simplified 6-container architecture with integrated platform service.
## Quick Start (containers)
```bash
make setup # build + start + migrate (uses mvp-* containers)
make start # start 6 services
make start # start 5 services
make rebuild # rebuild on changes
make logs # tail all logs
make migrate # run DB migrations