Update README.md with new feature checkboxes and build requirements

This commit is contained in:
2025-12-27 19:50:17 -06:00
parent 205eb3e99d
commit a37f6fa7bf

View File

@@ -31,6 +31,10 @@ Web News follows a "zero-knowledge" philosophy:
- [ ] UI/UX Cleanup
- [ ] Add feed fetching timeout and button to remove if failed 3 times
- [ ] Use Go Mobile, remove Java RSS plugin.
- [ ] Dont show loading screen if not initial load (eg. reloading tab)
- [ ] Fix feeds double image (Feed image and article image at top)
- [ ] Export article(s)
- [ ] Export/Import OPML on add feed modal
## Getting Started
@@ -43,6 +47,8 @@ Web News follows a "zero-knowledge" philosophy:
### Build & Run (Web Server)
Requires Go 1.21+, Node.js 18+, pnpm 9+.
1. **Build the binary**:
```bash
make build
@@ -54,6 +60,8 @@ Web News follows a "zero-knowledge" philosophy:
### Build & Run (Desktop App)
Requires Go 1.25.4+, Wails 2.11.0+, Node.js 18+, pnpm 9+, WebKit2GTK 4.1+ (for Linux).
1. **Launch Dev Mode**:
```bash
make desktop-dev