1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-16 18:23:16 +00:00

Add pro UI features with tabs and auth

This commit is contained in:
2025-07-01 20:11:12 +02:00
parent e6c6afa81a
commit 3f93c04c8d
5 changed files with 1327 additions and 74 deletions
+5
View File
@@ -21,6 +21,11 @@ VITE_BACKEND_URL=http://localhost:8000
If omitted the app assumes the backend runs on the same host and port.
When `VITE_GO_PRO=true` the UI exposes additional features like Google
authentication and multiple transformation tabs. For authentication you must
provide Firebase configuration via `VITE_FIREBASE_CONFIG` containing the JSON
object used by `initializeApp`.
### Docker
To build a container with the compiled frontend run: