Update Makefile and README for frontend development

This commit is contained in:
authentik Default Admin 2026-03-06 23:01:33 +00:00
parent 8101a4a80c
commit c197372ee7
2 changed files with 10 additions and 1 deletions

9
Makefile Normal file → Executable file
View file

@ -26,3 +26,12 @@ createsuperuser:
logs:
docker compose logs -f web
frontend-dev:
cd frontend && npm run dev
frontend-build:
cd frontend && npm run build
frontend-logs:
docker compose logs -f frontend

2
README.md Normal file → Executable file
View file

@ -89,7 +89,7 @@ make logs
| 1 -- MVP | Upload, parsing, REST API, change detection, validation, Docker | In progress |
| 2 -- Translation Memory | Elasticsearch, fuzzy search for similar strings | Planned |
| 3 -- Auth & Cache | JWT, roles (admin/translator/reviewer), Redis cache | Planned |
| 4 -- Dashboard | React/Vue frontend with language progress and quality | Planned |
| 4 -- Dashboard | Next.js frontend with language progress and translation editor | In progress |
| 5 -- Integrations | Webhooks, CLI tool, Git integration | Planned |
| 6 -- Advanced Pluralization | Full CLDR rules, ICU MessageFormat, advanced validation | Planned |