Update README: Add .env.development example and clarify prod deployment process

This commit is contained in:
2025-12-08 15:05:21 +01:00
parent 7c2738948d
commit 7be8f73e05
+6
View File
@@ -15,3 +15,9 @@ npm run dev
- Tooling: npm; deployment via Ansible/local scripts only
- Additional classes follow the same sanitize → drop JSON → wire selector pattern
- Only 13 missing icons: nhi_* borders (custom UI elements), _d3* specials, achievement icons
- Prod deployment is done via ansible scripts, managed in an other git repo
- **.env.development** could look like
```dotenv
NEXT_PUBLIC_ICON_BASE=https://exil.es/icons/
NEXT_PUBLIC_BASE_PATH=
```