feat: Implement Svelte frontend with OTA update support, build tooling, and deployment documentation.

This commit is contained in:
2026-03-03 17:29:06 -05:00
parent c357c76af6
commit 046f353d7e
7 changed files with 218 additions and 100 deletions

View File

@@ -69,7 +69,7 @@ Once the backend supports it (Phase 2+), you can update the frontend without usi
1. **Build the assets**: `npm run build:esp32`
2. **Package the image**: `npm run ota:package`
- This generates a `frontend/bin/www.bin` file.
- This generates a versioned binary in `frontend/bin/` (e.g., `www_v1.0.5.bin`).
- **Configuration**: If the tool is not in your PATH, add its path to `frontend/.env`:
```env
MKLITTLEFS_PATH=C:\path\to\mklittlefs.exe