Update README: Add .env.development example and clarify prod deployment process
This commit is contained in:
@@ -15,3 +15,9 @@ npm run dev
|
|||||||
- Tooling: npm; deployment via Ansible/local scripts only
|
- Tooling: npm; deployment via Ansible/local scripts only
|
||||||
- Additional classes follow the same sanitize → drop JSON → wire selector pattern
|
- Additional classes follow the same sanitize → drop JSON → wire selector pattern
|
||||||
- Only 13 missing icons: nhi_* borders (custom UI elements), _d3* specials, achievement icons
|
- 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=
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user