- introduce screenshots section in README with suggested captures
- recommend storing images as WebP or PNG and keeping file size small
- advise on blurring or redacting sensitive data before committing
💄 style(images): update application icons
- modify `icon-192.png` and `icon-512.png` for consistent style
🔧 chore(images): add .gitkeep to docs/img directory
- include .gitkeep to ensure directory presence in version control
- delete CSS rules for light mode to maintain a single dark mode theme
♻️ refactor(html): enforce dark mode and remove theme toggle
- simplify theme management by permanently enabling dark mode
- remove theme toggle button and related JavaScript logic
- move project files out of fleetledger directory to root
- update .gitignore to reflect new .env path
📝 docs(README): add detailed project description
- provide an overview of FleetLedger's features and usage
- include setup instructions and security notes