| .. | ||
| .github/workflows | ||
| backend | ||
| frontend | ||
| tests | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile.backend | ||
| README_INITIAL_COMMIT.md | ||
| README.md | ||
| ROADMAP.md | ||
LifeRPG Modern Scaffold
This folder contains a small scaffold to kick off the modernization of LifeRPG.
What is included:
backend/- minimal stdlib-based JSON HTTP server (dev-only)frontend/- minimal React + Vite scaffold and PWA filesROADMAP.md- prioritized milestones and estimates- Dockerfile and docker-compose for local development
Next steps:
- Replace backend with FastAPI and add DB/ORM/migrations
- Implement OAuth2 and integrations adapters
- Expand frontend with components and theming